pdflineannotation-ag凯发旗舰厅



com.spire.pdf.annotations
class pdflineannotation

java.lang.object
  extended by com.spire.pdf.annotations.pdfannotation
      extended by com.spire.pdf.annotations.pdflineannotation
all implemented interfaces:
ipdfwrapper

public class pdflineannotation
extends pdfannotation

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

pdflineannotation

public pdflineannotation(int[] linepoints)
initializes new instance of class.
parameters:
linepoints - the line points.

pdflineannotation

public pdflineannotation(int[] linepoints,
                         java.lang.string text)
initializes new instance of class.
parameters:
linepoints - the line points.
text - the line caption text.

pdflineannotation

public pdflineannotation(java.awt.geom.rectangle2d rectangle)
initializes new instance of class.
parameters:
rectangle - bounds of the annotation.
method detail

getlinecaption

public boolean getlinecaption()
gets whether the line annotation caption should be displayed.

setlinecaption

public void setlinecaption(boolean value)
sets whether the line annotation caption should be displayed.

getleaderline

public int getleaderline()
gets leader line

setleaderline

public void setleaderline(int value)
ets leader line

getleaderlineext

public int getleaderlineext()
gets leader line extension

setleaderlineext

public void setleaderlineext(int value)
ets leader line extension

getlineborder

public lineborder getlineborder()
gets border style of the line annotation.

setlineborder

public void setlineborder(lineborder value)
ets border style of the line annotation.

getbeginlinestyle

public pdflineendingstyle getbeginlinestyle()
gets the style used for the beginning of the line.

setbeginlinestyle

public void setbeginlinestyle(pdflineendingstyle value)
ets the style used for the beginning of the line.

getendlinestyle

public pdflineendingstyle getendlinestyle()
gets the style used for the end of the line.

setendlinestyle

public void setendlinestyle(pdflineendingstyle value)
ets the style used for the end of the line.

getcaptiontype

public pdflinecaptiontype getcaptiontype()
gets the line caption text type.

setcaptiontype

public void setcaptiontype(pdflinecaptiontype value)
ets the line caption text type.

getlineintent

public pdflineintent getlineintent()
gets lineintent

setlineintent

public void setlineintent(pdflineintent value)
ets lineintent

setinnerlinecolor

public void setinnerlinecolor(pdfrgbcolor value)

getbackcolor

public pdfrgbcolor getbackcolor()
gets background color of the pdfline

setbackcolor

public void setbackcolor(pdfrgbcolor value)
ets background color of the pdfline


网站地图