|
|||||||||
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,
PdfCrossTable crossTable)
|
Method Summary | |
---|---|
boolean |
getChanged()
Gets the changed. |
PdfCrossTable |
getCrossTable()
Gets the cross table. |
PdfPageBase |
getPageWidget()
Gets and sets the Page. |
static IPdfPrimitive |
searchInParents(PdfDictionary dictionary,
PdfCrossTable crossTable,
java.lang.String value)
Sets the name of the field. |
void |
setChanged(boolean value)
Sets the changed. |
void |
setCrossTable(PdfCrossTable value)
Sets the cross table. |
void |
setPageWidget(PdfPageBase value)
Sets the Page. |
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
---|
getAuthor, getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, setSubject, setText |
Constructor Detail |
---|
public PdfAnnotationWidget(PdfDictionary dictionary, PdfCrossTable crossTable)
Method Detail |
---|
public boolean getChanged()
public void setChanged(boolean value)
public PdfCrossTable getCrossTable()
public void setCrossTable(PdfCrossTable value)
public PdfPageBase getPageWidget()
public void setPageWidget(PdfPageBase value)
public static IPdfPrimitive searchInParents(PdfDictionary dictionary, PdfCrossTable crossTable, java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |