| 
 | |||||||||
| 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 | 
|---|
| getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getText, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, 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 | ||||||||