com.spire.pdf.annotations
Class PdfFileAnnotation

java.lang.Object
  extended by com.spire.pdf.annotations.PdfAnnotation
      extended by com.spire.pdf.annotations.PdfFileAnnotation
All Implemented Interfaces:
IPdfWrapper
Direct Known Subclasses:
Pdf3DAnnotation, PdfAttachmentAnnotation

public abstract class PdfFileAnnotation
extends PdfAnnotation

Represents a base class for file attachment annotation.


Constructor Summary
protected PdfFileAnnotation()
           
  PdfFileAnnotation(PdfDictionary dictionary, PdfCrossTable crossTable)
           
protected PdfFileAnnotation(com.spire.ms.System.Drawing.RectangleF rectangle)
           
 
Method Summary
 PdfAppearance getAppearance()
          Gets appearance of the annotation.
 void setAppearance(PdfAppearance 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

PdfFileAnnotation

protected PdfFileAnnotation()

PdfFileAnnotation

protected PdfFileAnnotation(com.spire.ms.System.Drawing.RectangleF rectangle)

PdfFileAnnotation

public PdfFileAnnotation(PdfDictionary dictionary,
                         PdfCrossTable crossTable)
Method Detail

getAppearance

public PdfAppearance getAppearance()
Gets appearance of the annotation.


setAppearance

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