com.spire.pdf.annotations
Class PdfFileAnnotation
java.lang.Object
com.spire.pdf.annotations.PdfAnnotation
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.
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 |
PdfFileAnnotation
protected PdfFileAnnotation()
PdfFileAnnotation
protected PdfFileAnnotation(com.spire.ms.System.Drawing.RectangleF rectangle)
PdfFileAnnotation
public PdfFileAnnotation(PdfDictionary dictionary,
PdfCrossTable crossTable)
getAppearance
public PdfAppearance getAppearance()
- Gets appearance of the annotation.
setAppearance
public void setAppearance(PdfAppearance value)
- Sets appearance of the annotation.