|
|||||||||
| 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.PdfRubberStampAnnotation
public class PdfRubberStampAnnotation
Represents the Rubber Stamp annotation for a PDF document.
| Constructor Summary | |
|---|---|
PdfRubberStampAnnotation()
Initializes a new instance of the class. |
|
PdfRubberStampAnnotation(java.awt.geom.Rectangle2D rectangle)
|
|
PdfRubberStampAnnotation(java.awt.geom.Rectangle2D rectangle,
java.lang.String text)
|
|
| Method Summary | |
|---|---|
PdfAppearance |
getAppearance()
Gets appearance of the annotation. |
PdfRubberStampAnnotationIcon |
getIcon()
Gets the annotation's icon. |
void |
setAppearance(PdfAppearance value)
Sets appearance of the annotation. |
void |
setIcon(PdfRubberStampAnnotationIcon value)
Sets the annotation's icon. |
| 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 |
|---|
public PdfRubberStampAnnotation()
public PdfRubberStampAnnotation(java.awt.geom.Rectangle2D rectangle)
public PdfRubberStampAnnotation(java.awt.geom.Rectangle2D rectangle,
java.lang.String text)
| Method Detail |
|---|
public PdfRubberStampAnnotationIcon getIcon()
public void setIcon(PdfRubberStampAnnotationIcon value)
public PdfAppearance getAppearance()
public void setAppearance(PdfAppearance value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||