pdflineannotationwidget-ag凯发旗舰厅



com.spire.pdf.annotations
class pdflineannotationwidget

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

public class pdflineannotationwidget
extends pdfstyledannotationwidget

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

pdflineannotationwidget

public pdflineannotationwidget( dictionary,
                                crosstable,
                               java.awt.geom.rectangle2d rectangle,
                               java.lang.string text)
method detail

getbackcolor

public pdfrgbcolor getbackcolor()
gets the back color of the annotation.

setbackcolor

public void setbackcolor(pdfrgbcolor value)
sets the back color of the annotation.

getbeginlinestyle

public pdflineendingstyle getbeginlinestyle()
gets the begin line style of the annotation.

setbeginlinestyle

public void setbeginlinestyle(pdflineendingstyle value)
sets the begin line style of the annotation.

getcaptiontype

public pdflinecaptiontype getcaptiontype()
gets the caption type of the annotation.

setcaptiontype

public void setcaptiontype(pdflinecaptiontype value)
sets the caption type of the annotation.

getendlinestyle

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

setendlinestyle

public void setendlinestyle(pdflineendingstyle value)
sets the end line style of the annotation.

getleaderline

public int getleaderline()
gets the leader line of the annotation.

getendpoint

public 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

getstartpoint

public 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

getleaderext

public int getleaderext()
gets the leader ext of the annotation.

setleaderext

public void setleaderext(int value)
sets the leader ext of the annotation.

getlineborder

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

getlinecaption

public boolean getlinecaption()
gets the line caption of the annotation.

setlinecaption

public void setlinecaption(boolean value)
sets the line caption of the annotation.

getlineintent

public pdflineintent getlineintent()
gets the line intent of the annotation.

setlineintent

public void setlineintent(pdflineintent value)
sets the line intent of the annotation.


网站地图