com.spire.pdf.annotations
Class PdfAnnotationWidget

java.lang.Object
  extended by com.spire.pdf.annotations.PdfAnnotation
      extended by com.spire.pdf.annotations.PdfAnnotationWidget
Direct Known Subclasses:
PdfStyledAnnotationWidget, PdfTextWebLinkAnnotationWidget

public abstract class PdfAnnotationWidget
extends PdfAnnotation

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

PdfAnnotationWidget

public PdfAnnotationWidget(PdfDictionary dictionary)
Initializes a new instance of the class.

Parameters:
dictionary - The dictionary.
Method Detail

getChanged

public boolean getChanged()
Gets the changed.


setChanged

public void setChanged(boolean value)
Sets the changed.


getPageWidget

public PdfPageBase getPageWidget()
Gets and sets the Page.


setPageWidget

public void setPageWidget(PdfPageBase value)
Sets the Page.


searchInParents

public static IPdfPrimitive searchInParents(PdfDictionary dictionary,
                                            java.lang.String value)