| 
 | |||||||||
| 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.PdfAnnotationWidget
com.spire.pdf.annotations.PdfStyledAnnotationWidget
public class PdfStyledAnnotationWidget
The Spire.Pdf.Action namespace contains classes used to create pdf action elements. Represents the PdfLoadedStyledAnnotation.
| Constructor Summary | |
|---|---|
| PdfStyledAnnotationWidget(PdfDictionary dictionary,
                          PdfCrossTable crossTable) | |
| Method Summary | |
|---|---|
|  PdfAnnotationBorder | getBorder()Gets the annotation's border. | 
|  java.awt.geom.Rectangle2D | getBounds()Gets the annotation's bounds. | 
|  PdfRGBColor | getColor()Gets the color. | 
|  java.awt.geom.Point2D | getLocation()Gets the location. | 
|  java.awt.geom.Dimension2D | getSize()Gets the size. | 
|  java.lang.String | getText()Gets the text. | 
|  void | setAnnotationFlags(PdfAnnotationFlags value)Sets the annotation flags. | 
|  void | setBorder(PdfAnnotationBorder value)Sets the annotation's border. | 
|  void | setBounds(java.awt.geom.Rectangle2D value)Sets the annotation's bounds. | 
|  void | setColor(PdfRGBColor value)Sets the color. | 
|  void | setLocation(java.awt.geom.Point2D value)Sets the annotation's border. | 
|  void | setSize(java.awt.geom.Dimension2D value)Sets the size. | 
|  void | setText(java.lang.String value)Sets the text. | 
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotationWidget | 
|---|
| getChanged, getCrossTable, getPageWidget, searchInParents, setChanged, setCrossTable, setPageWidget | 
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation | 
|---|
| getDictionary, getFlags, getModifiedDate, getName, getPage, getRectangle, setDictionary, setFlags, setModifiedDate, setName, setRectangle | 
| Constructor Detail | 
|---|
public PdfStyledAnnotationWidget(PdfDictionary dictionary,
                                 PdfCrossTable crossTable)
| Method Detail | 
|---|
public PdfRGBColor getColor()
getColor in class PdfAnnotationpublic void setColor(PdfRGBColor value)
setColor in class PdfAnnotationpublic java.lang.String getText()
getText in class PdfAnnotationpublic void setText(java.lang.String value)
setText in class PdfAnnotationpublic java.awt.geom.Rectangle2D getBounds()
public void setBounds(java.awt.geom.Rectangle2D value)
public PdfAnnotationBorder getBorder()
getBorder in class PdfAnnotationpublic void setBorder(PdfAnnotationBorder value)
setBorder in class PdfAnnotationpublic java.awt.geom.Point2D getLocation()
getLocation in class PdfAnnotationpublic void setLocation(java.awt.geom.Point2D value)
setLocation in class PdfAnnotationpublic java.awt.geom.Dimension2D getSize()
getSize in class PdfAnnotationpublic void setSize(java.awt.geom.Dimension2D value)
setSize in class PdfAnnotationpublic void setAnnotationFlags(PdfAnnotationFlags value)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||