|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotationWidget
public abstract class PdfAnnotationWidget
Represents the base class for loaded annotation classes.
| Constructor Summary | |
|---|---|
PdfAnnotationWidget(PdfDictionary dictionary)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
boolean |
getChanged()
Gets the changed. |
PdfPageBase |
getPageWidget()
Gets and sets the Page. |
static IPdfPrimitive |
searchInParents(PdfDictionary dictionary,
java.lang.String value)
|
void |
setChanged(boolean value)
Sets the changed. |
void |
setPageWidget(PdfPageBase value)
Sets the Page. |
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
|---|
getAuthor, getBorder, getColor, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setFlags, setModifiedDate, setName, setRectangle, setSubject, setText |
| Constructor Detail |
|---|
public PdfAnnotationWidget(PdfDictionary dictionary)
dictionary - The dictionary.| Method Detail |
|---|
public boolean getChanged()
public void setChanged(boolean value)
public PdfPageBase getPageWidget()
public void setPageWidget(PdfPageBase value)
public static IPdfPrimitive searchInParents(PdfDictionary dictionary,
java.lang.String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||