com.spire.pdf.annotations
Class PdfWatermarkAnnotation

java.lang.Object
  extended by com.spire.pdf.annotations.PdfAnnotation
      extended by com.spire.pdf.annotations.PdfWatermarkAnnotation
All Implemented Interfaces:
IPdfWrapper

public class PdfWatermarkAnnotation
extends PdfAnnotation

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


Constructor Summary
PdfWatermarkAnnotation(java.awt.geom.Rectangle2D rectangle)
           
 
Method Summary
 PdfAppearance getAppearance()
          Gets appearance of the annotation.
 PdfFixedPrint getFixedPrint()
          Gets appearance of the annotation.
 void setAppearance(PdfAppearance value)
          Sets appearance of the annotation.
 void setFixedPrint(PdfFixedPrint value)
          Sets appearance of the annotation.
 
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

PdfWatermarkAnnotation

public PdfWatermarkAnnotation(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.


getAppearance

public PdfAppearance getAppearance()
Gets appearance of the annotation.


setAppearance

public void setAppearance(PdfAppearance value)
Sets appearance of the annotation.