pdfsquareandcircleannotation-ag凯发旗舰厅



com.spire.pdf.annotations
class pdfsquareandcircleannotation

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

public class pdfsquareandcircleannotation
extends pdfannotation

the spire.pdf.action namespace contains classes used to create pdf action elements. represents the square annotation.


constructor summary
pdfsquareandcircleannotation(pdfsquareandcircleannotationtype subtype, com.spire.ms.system.drawing.rectanglef rectangle)
           
pdfsquareandcircleannotation(java.awt.geom.rectangle2d rectangle)
           
pdfsquareandcircleannotation(com.spire.ms.system.drawing.rectanglef rectangle)
           
 
method summary
 pdfrgbcolor getinnercolor()
          gets the inner color with which to fill the annotation's rectangle or ellipse.
 lineborder getlineborder()
          gets border style of the annotation.
 float[] getrectangulardifferencearray()
          gets the rectangular differences which are an array between the annotation rectangle entry and the actual boundaries
 pdfsquareandcircleannotationtype getsubtype()
          gets type of the annotation.
 void setinnercolor(pdfrgbcolor innercolor)
          sets the inner color.
 void setlineborder(lineborder lineborder)
          sets border style of the annotation.
 void setrectangulardifferencearray(float[] value)
          sets the rectangular differences
 void setsubtype(pdfsquareandcircleannotationtype subtype)
          sets type of the annotation.
 
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

pdfsquareandcircleannotation

public pdfsquareandcircleannotation(com.spire.ms.system.drawing.rectanglef rectangle)

pdfsquareandcircleannotation

public pdfsquareandcircleannotation(java.awt.geom.rectangle2d rectangle)

pdfsquareandcircleannotation

public pdfsquareandcircleannotation(pdfsquareandcircleannotationtype subtype,
                                    com.spire.ms.system.drawing.rectanglef rectangle)
method detail

getsubtype

public pdfsquareandcircleannotationtype getsubtype()
gets type of the annotation.

setsubtype

public void setsubtype(pdfsquareandcircleannotationtype subtype)
sets type of the annotation.
parameters:
subtype -

getlineborder

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

setlineborder

public void setlineborder(lineborder lineborder)
sets border style of the annotation.
parameters:
lineborder - a enumeration member specifying the border style for the line.

getinnercolor

public pdfrgbcolor getinnercolor()
gets the inner color with which to fill the annotation's rectangle or ellipse.

setinnercolor

public void setinnercolor(pdfrgbcolor innercolor)
sets the inner color.
parameters:
innercolor -

getrectangulardifferencearray

public float[] getrectangulardifferencearray()
gets the rectangular differences which are an array between the annotation rectangle entry and the actual boundaries

setrectangulardifferencearray

public void setrectangulardifferencearray(float[] value)
sets the rectangular differences
parameters:
value -


网站地图