com.spire.pdf.annotations
Class PdfFileAnnotation

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

public abstract class PdfFileAnnotation
extends PdfAnnotation

Represents a base class for file attachment annotation.


Constructor Summary
protected PdfFileAnnotation()
          Initializes a new instance of the class.
  PdfFileAnnotation(PdfDictionary dictionary)
           
protected PdfFileAnnotation(com.spire.ms.System.Drawing.RectangleF rectangle)
          Initializes a new instance of the class.
 
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, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setFlags, setModifiedDate, setName, setRectangle, setSubject, setText
 

Constructor Detail

PdfFileAnnotation

protected PdfFileAnnotation()
Initializes a new instance of the class.


PdfFileAnnotation

protected PdfFileAnnotation(com.spire.ms.System.Drawing.RectangleF rectangle)
Initializes a new instance of the class.

Parameters:
rectangle - Bounds of the annotation.

PdfFileAnnotation

public PdfFileAnnotation(PdfDictionary dictionary)
Method Detail

getAppearance

public PdfAppearance getAppearance()
Gets appearance of the annotation.


setAppearance

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