|
|||||||||
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. |
|
(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, getdictionary, getflags, getlocation, getmodifieddate, getname, getpage, getrectangle, getsubject, gettext, setauthor, setborder, setcolor, setdictionary, 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 |