|
|||||||||
| 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.PdfTextMarkupAnnotation
public class PdfTextMarkupAnnotation
Represents the text markup annotation.
| Constructor Summary | |
|---|---|
PdfTextMarkupAnnotation()
Initializes new instance of class. |
|
PdfTextMarkupAnnotation(java.awt.geom.Rectangle2D rectangle)
Initializes new instance of class. |
|
PdfTextMarkupAnnotation(java.lang.String markupTitle,
java.lang.String text,
java.awt.geom.Rectangle2D rectangle,
PdfFontBase pdfFont)
Initializes new instance of class. |
|
PdfTextMarkupAnnotation(java.lang.String markupTitle,
java.lang.String text,
java.lang.String markupText,
java.awt.geom.Point2D point,
PdfFontBase pdfFont)
Initializes new instance of class. |
|
| Method Summary | |
|---|---|
PdfTextMarkupAnnotationType |
getTextMarkupAnnotationType()
Gets TextMarkupAnnotationType . |
PdfRGBColor |
getTextMarkupColor()
Gets text markup color. |
void |
setTextMarkupAnnotationType(PdfTextMarkupAnnotationType value)
Sets TextMarkupAnnotationType . |
void |
setTextMarkupColor(PdfRGBColor value)
Sets text markup color. |
| 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 PdfTextMarkupAnnotation()
public PdfTextMarkupAnnotation(java.lang.String markupTitle,
java.lang.String text,
java.lang.String markupText,
java.awt.geom.Point2D point,
PdfFontBase pdfFont)
markupTitle - The markup annotation title.text - The string specifies the text of the annotation.markupText - The string specifies the markup text of the annotation.point - The location of the markup text annotation.pdfFont - The specifies the text appearance of the markup text annotation.
public PdfTextMarkupAnnotation(java.lang.String markupTitle,
java.lang.String text,
java.awt.geom.Rectangle2D rectangle,
PdfFontBase pdfFont)
markupTitle - The markup annotation title.text - The string specifies the text of the annotation.rectangle - The aream of the markup text annotation.pdfFont - The specifies the text appearance of the markup text annotation.public PdfTextMarkupAnnotation(java.awt.geom.Rectangle2D rectangle)
rectangle - The bounds of the annotation.| Method Detail |
|---|
public PdfTextMarkupAnnotationType getTextMarkupAnnotationType()
public void setTextMarkupAnnotationType(PdfTextMarkupAnnotationType value)
public PdfRGBColor getTextMarkupColor()
public void setTextMarkupColor(PdfRGBColor value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||