com.spire.pdf.annotations
Class PdfInkAnnotationWidget

java.lang.Object
  extended by com.spire.pdf.annotations.PdfAnnotation
      extended by com.spire.pdf.annotations.PdfAnnotationWidget
          extended by com.spire.pdf.annotations.PdfStyledAnnotationWidget
              extended by com.spire.pdf.annotations.PdfMarkUpAnnotationWidget
                  extended by com.spire.pdf.annotations.PdfInkAnnotationWidget

public class PdfInkAnnotationWidget
extends PdfMarkUpAnnotationWidget

The classes used to create pdf ink annotations widget elements.


Constructor Summary
PdfInkAnnotationWidget(PdfDictionary dictionary)
          Initializes a new instance of the class.
 
Method Summary
 
Methods inherited from class com.spire.pdf.annotations.PdfMarkUpAnnotationWidget
getAuthor, getCreationDate, getIntent, getPopupAnnotation, getPrimaryMarkupAnnotation, getRelyType, getRichContent, setAuthor, setCreationDate, setIntent, setPopupAnnotation, setPrimaryMarkupAnnotation, setRelyType, setRichContent, setTitleText
 
Methods inherited from class com.spire.pdf.annotations.PdfStyledAnnotationWidget
getBorder, getBounds, getColor, getLocation, getSize, getText, setAnnotationFlags, setBorder, setBounds, setColor, setLocation, setSize, setText
 
Methods inherited from class com.spire.pdf.annotations.PdfAnnotationWidget
getChanged, getPageWidget, searchInParents, setChanged, setPageWidget
 
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation
getFlags, getModifiedDate, getName, getPage, getRectangle, getSubject, setFlags, setModifiedDate, setName, setRectangle, setSubject
 

Constructor Detail

PdfInkAnnotationWidget

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

Parameters:
dictionary - The dictionary.