|
|||||||||
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.pdfsquareandcircleannotation
public class pdfsquareandcircleannotation
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 |
---|
public pdfsquareandcircleannotation(com.spire.ms.system.drawing.rectanglef rectangle)
public pdfsquareandcircleannotation(java.awt.geom.rectangle2d rectangle)
public pdfsquareandcircleannotation(pdfsquareandcircleannotationtype subtype, com.spire.ms.system.drawing.rectanglef rectangle)
method detail |
---|
public pdfsquareandcircleannotationtype getsubtype()
public void setsubtype(pdfsquareandcircleannotationtype subtype)
subtype
- public lineborder getlineborder()
public void setlineborder(lineborder lineborder)
lineborder
- a enumeration member specifying the border style for the line.public pdfrgbcolor getinnercolor()
public void setinnercolor(pdfrgbcolor innercolor)
innercolor
- public float[] getrectangulardifferencearray()
public void setrectangulardifferencearray(float[] value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |