|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfFileAnnotation
public abstract class PdfFileAnnotation
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 |
|---|
protected PdfFileAnnotation()
protected PdfFileAnnotation(com.spire.ms.System.Drawing.RectangleF rectangle)
rectangle - Bounds of the annotation.public PdfFileAnnotation(PdfDictionary dictionary)
| Method Detail |
|---|
public PdfAppearance getAppearance()
public void setAppearance(PdfAppearance value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||