|
|||||||||
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.pdflineannotation
public class pdflineannotation
represents a line annotation.
constructor summary | |
---|---|
pdflineannotation(int[] linepoints)
initializes new instance of class. |
|
pdflineannotation(int[] linepoints,
java.lang.string text)
initializes new instance of class. |
|
pdflineannotation(java.awt.geom.rectangle2d rectangle)
initializes new instance of class. |
method summary | |
---|---|
pdfrgbcolor |
getbackcolor()
gets background color of the pdfline |
pdflineendingstyle |
getbeginlinestyle()
gets the style used for the beginning of the line. |
pdflinecaptiontype |
getcaptiontype()
gets the line caption text type. |
pdflineendingstyle |
getendlinestyle()
gets the style used for the end of the line. |
int |
getleaderline()
gets leader line |
int |
getleaderlineext()
gets leader line extension |
lineborder |
getlineborder()
gets border style of the line annotation. |
boolean |
getlinecaption()
gets whether the line annotation caption should be displayed. |
pdflineintent |
getlineintent()
gets lineintent |
void |
setbackcolor(pdfrgbcolor value)
ets background color of the pdfline |
void |
setbeginlinestyle(pdflineendingstyle value)
ets the style used for the beginning of the line. |
void |
setcaptiontype(pdflinecaptiontype value)
ets the line caption text type. |
void |
setendlinestyle(pdflineendingstyle value)
ets the style used for the end of the line. |
void |
setinnerlinecolor(pdfrgbcolor value)
|
void |
setleaderline(int value)
ets leader line |
void |
setleaderlineext(int value)
ets leader line extension |
void |
setlineborder(lineborder value)
ets border style of the line annotation. |
void |
setlinecaption(boolean value)
sets whether the line annotation caption should be displayed. |
void |
setlineintent(pdflineintent value)
ets lineintent |
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 pdflineannotation(int[] linepoints)
linepoints
- the line points.public pdflineannotation(int[] linepoints, java.lang.string text)
linepoints
- the line points.text
- the line caption text.public pdflineannotation(java.awt.geom.rectangle2d rectangle)
rectangle
- bounds of the annotation.method detail |
---|
public boolean getlinecaption()
public void setlinecaption(boolean value)
public int getleaderline()
public void setleaderline(int value)
public int getleaderlineext()
public void setleaderlineext(int value)
public lineborder getlineborder()
public void setlineborder(lineborder value)
public pdflineendingstyle getbeginlinestyle()
public void setbeginlinestyle(pdflineendingstyle value)
public pdflineendingstyle getendlinestyle()
public void setendlinestyle(pdflineendingstyle value)
public pdflinecaptiontype getcaptiontype()
public void setcaptiontype(pdflinecaptiontype value)
public pdflineintent getlineintent()
public void setlineintent(pdflineintent value)
public void setinnerlinecolor(pdfrgbcolor value)
public pdfrgbcolor getbackcolor()
public void setbackcolor(pdfrgbcolor value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |