com.spire.pdf.annotations
Class PdfPolygonAnnotationWidget

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.PdfPolygonAndPolyLineAnnotationWidget
                      extended by com.spire.pdf.annotations.PdfPolygonAnnotationWidget

public class PdfPolygonAnnotationWidget
extends PdfPolygonAndPolyLineAnnotationWidget

Represents the loaded text Polygon annotation class.


Constructor Summary
PdfPolygonAnnotationWidget(PdfDictionary dictionary)
           
 
Method Summary
 
Methods inherited from class com.spire.pdf.annotations.PdfPolygonAndPolyLineAnnotationWidget
getVertices
 
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

PdfPolygonAnnotationWidget

public PdfPolygonAnnotationWidget(PdfDictionary dictionary)