|
|||||||||
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 |