com.spire.pdf.annotations
Class PdfRubberStampAnnotationWidget
java.lang.Object
   com.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotation
       com.spire.pdf.annotations.PdfAnnotationWidget
com.spire.pdf.annotations.PdfAnnotationWidget
           com.spire.pdf.annotations.PdfStyledAnnotationWidget
com.spire.pdf.annotations.PdfStyledAnnotationWidget
               com.spire.pdf.annotations.PdfRubberStampAnnotationWidget
com.spire.pdf.annotations.PdfRubberStampAnnotationWidget
- All Implemented Interfaces: 
- IPdfWrapper
- public class PdfRubberStampAnnotationWidget 
- extends PdfStyledAnnotationWidget
Represents the loaded rubber stamp annotation class.
 
 
| Methods inherited from class com.spire.pdf.annotations.PdfStyledAnnotationWidget | 
| getBorder, getBounds, getColor, getLocation, getSize, getText, setAnnotationFlags, setBorder, setBounds, setColor, setLocation, setSize, setText | 
 
 
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation | 
| getDictionary, getFlags, getModifiedDate, getName, getPage, getRectangle, setDictionary, setFlags, setModifiedDate, setName, setRectangle | 
 
PdfRubberStampAnnotationWidget
public PdfRubberStampAnnotationWidget(PdfDictionary dictionary,
                                      PdfCrossTable crossTable,
                                      java.lang.String text)
getIcon
public PdfRubberStampAnnotationIcon getIcon()
- Gets  the icon of the annotation.
 
- 
 
setIcon
public void setIcon(PdfRubberStampAnnotationIcon value)
- Sets the icon of the annotation.
 
-