com.spire.pdf.annotations
Class PdfWatermarkAnnotationWidget

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.PdfWatermarkAnnotationWidget
All Implemented Interfaces:
IPdfWrapper

public class PdfWatermarkAnnotationWidget
extends PdfStyledAnnotationWidget

Created by sky.luo on 2020/8/19.


Constructor Summary
PdfWatermarkAnnotationWidget(PdfDictionary dictionary, PdfCrossTable crossTable, java.awt.geom.Rectangle2D rectangle)
           
 
Method Summary
 PdfFixedPrint getFixedPrint()
          Gets appearance of the annotation.
 void setFixedPrint(PdfFixedPrint value)
          Sets appearance of the annotation.
 
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, getCrossTable, getPageWidget, searchInParents, setChanged, setCrossTable, setPageWidget
 
Methods inherited from class com.spire.pdf.annotations.PdfAnnotation
getAuthor, getDictionary, getFlags, getModifiedDate, getName, getPage, getRectangle, getSubject, setAuthor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, setSubject
 

Constructor Detail

PdfWatermarkAnnotationWidget

public PdfWatermarkAnnotationWidget(PdfDictionary dictionary,
                                    PdfCrossTable crossTable,
                                    java.awt.geom.Rectangle2D rectangle)
Method Detail

getFixedPrint

public PdfFixedPrint getFixedPrint()
Gets appearance of the annotation.


setFixedPrint

public void setFixedPrint(PdfFixedPrint value)
Sets appearance of the annotation.