com.spire.pdf.annotations
Class PdfTextMarkupAnnotationWidget
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.PdfTextMarkupAnnotationWidget
com.spire.pdf.annotations.PdfTextMarkupAnnotationWidget
- All Implemented Interfaces: 
- IPdfWrapper
- public class PdfTextMarkupAnnotationWidget 
- extends PdfStyledAnnotationWidget
Represents the loaded text markup 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 | 
 
PdfTextMarkupAnnotationWidget
public PdfTextMarkupAnnotationWidget(PdfDictionary dictionary,
                                     PdfCrossTable crossTable,
                                     java.awt.geom.Rectangle2D rectagle)
getTextMarkupAnnotationType
public PdfTextMarkupAnnotationType getTextMarkupAnnotationType()
- Gets or sets the annotation Type.
 
- 
 
setTextMarkupAnnotationType
public void setTextMarkupAnnotationType(PdfTextMarkupAnnotationType value)
- 
 
getTextMarkupColor
public PdfRGBColor getTextMarkupColor()
- Gets or sets the color.
 
- 
 
setTextMarkupColor
public void setTextMarkupColor(PdfRGBColor value)
- 
 
setTitleText
public void setTitleText(java.lang.String text)
- Sets the name of the field.
 
- 
- Parameters:
- text- New name of the field.