|
|||||||||
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
com.spire.pdf.annotations.pdflineannotationwidget
public class pdflineannotationwidget
represents the loaded line annotation class.
constructor summary | |
---|---|
( dictionary,
crosstable,
java.awt.geom.rectangle2d rectangle,
java.lang.string text)
|
method summary | |
---|---|
pdfrgbcolor |
getbackcolor()
gets the back color of the annotation. |
pdflineendingstyle |
getbeginlinestyle()
gets the begin line style of the annotation. |
pdflinecaptiontype |
getcaptiontype()
gets the caption type of the annotation. |
pdflineendingstyle |
getendlinestyle()
gets the end line style of the annotation. |
java.awt.geom.point2d |
getendpoint()
gets the endpoint of the annotation, it's at the bottom left the origin of coordinate system corresponds to the lower-left corner of page.the positive x axis extends horizontally to the right and the positive y axis vertically upward |
int |
getleaderext()
gets the leader ext of the annotation. |
int |
getleaderline()
gets the leader line of the annotation. |
lineborder |
getlineborder()
gets the line border of the annotation. |
boolean |
getlinecaption()
gets the line caption of the annotation. |
pdflineintent |
getlineintent()
gets the line intent of the annotation. |
java.awt.geom.point2d |
getstartpoint()
gets the startpoint of the annotation, it's at the bottom left the origin of coordinate system corresponds to the lower-left corner of page.the positive x axis extends horizontally to the right and the positive y axis vertically upward |
void |
setbackcolor(pdfrgbcolor value)
sets the back color of the annotation. |
void |
setbeginlinestyle(pdflineendingstyle value)
sets the begin line style of the annotation. |
void |
setcaptiontype(pdflinecaptiontype value)
sets the caption type of the annotation. |
void |
setendlinestyle(pdflineendingstyle value)
sets the end line style of the annotation. |
void |
setleaderext(int value)
sets the leader ext of the annotation. |
void |
setlinecaption(boolean value)
sets the line caption of the annotation. |
void |
setlineintent(pdflineintent value)
sets the line intent of the annotation. |
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.pdfannotationwidget |
---|
getchanged, getcrosstable, getpagewidget, searchinparents, setchanged, setcrosstable, setpagewidget |
methods inherited from class com.spire.pdf.annotations.pdfannotation |
---|
getauthor, getdictionary, getflags, getmodifieddate, getname, getpage, getrectangle, getsubject, setauthor, setdictionary, setflags, setmodifieddate, setname, setrectangle, setsubject |
constructor detail |
---|
public pdflineannotationwidget( dictionary, crosstable, java.awt.geom.rectangle2d rectangle, java.lang.string text)
method detail |
---|
public pdfrgbcolor getbackcolor()
public void setbackcolor(pdfrgbcolor value)
public pdflineendingstyle getbeginlinestyle()
public void setbeginlinestyle(pdflineendingstyle value)
public pdflinecaptiontype getcaptiontype()
public void setcaptiontype(pdflinecaptiontype value)
public pdflineendingstyle getendlinestyle()
public void setendlinestyle(pdflineendingstyle value)
public int getleaderline()
public java.awt.geom.point2d getendpoint()
public java.awt.geom.point2d getstartpoint()
public int getleaderext()
public void setleaderext(int value)
public lineborder getlineborder()
public boolean getlinecaption()
public void setlinecaption(boolean value)
public pdflineintent getlineintent()
public void setlineintent(pdflineintent value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |