public class CPDFCircleAnnotation extends CPDFAnnotation
CPDFAnnotation.AppearanceType, CPDFAnnotation.Flags, CPDFAnnotation.TypeannotPtr, apRotation, pdfPage| Modifier and Type | Method and Description |
|---|---|
int |
getBorderAlpha()
Gets the border opacity.
|
int |
getBorderColor()
Gets the border color.
|
CPDFBorderStyle |
getBorderStyle()
Gets the border style, more:
CPDFBorderStyle |
int |
getFillAlpha()
Gets the background opacity.
|
int |
getFillColor()
Gets the filled color.
|
RectF |
getRect()
Gets annotation rectangle.
|
boolean |
setBorderAlpha(int lineAlpha)
Sets the border opacity.
|
boolean |
setBorderColor(int color)
Sets the border color.
|
boolean |
setBorderStyle(CPDFBorderStyle borderStyle)
Sets the border style, more:
CPDFBorderStyle |
boolean |
setFillAlpha(int bgAlpha)
Sets the background opacity.
|
boolean |
setFillColor(int color)
Sets the filled color.
|
boolean |
setRect(RectF rect)
Sets annotation rectangle.
|
boolean |
updateAp()
Updates annotation appearance.
|
addToPage, clearFilledRGBColor, clearFilledTransparency, close, getAppearanceByPixel, getApRotation, getBgRGBColor, getBorderRGBColor, getBorderWidth, getContent, getCreationDate, getFilledRGBColor, getFilledTransparency, getFlags, getName, getOverLayText, getRecentlyModifyDate, getRGBColor, getTitle, getTransparency, getType, hasAp, isAllowCorrectAnnotationAp, isHidden, isLocked, isReadOnly, isValid, removeAp, removeFromPage, setAllowCorrectAnnotationAp, setBgRGBColor, setBorderRGBColor, setBorderWidth, setContent, setCreationDate, setFilledRGBColor, setFilledTransparency, setFlags, setHidden, setLocked, setName, setOverLayText, setReadOnly, setRecentlyModifyDate, setRGBColor, setTitle, setTransparency, updateApWithBitmap, updateApWithImagepublic boolean setBorderColor(int color)
color - Color value (0x00000000~0xFFFFFFFF)public int getBorderColor()
public boolean setBorderAlpha(int lineAlpha)
lineAlpha - Opacity value (0~255)public int getBorderAlpha()
public boolean setFillColor(int color)
color - Color value (0x00000000~0xFFFFFFFF)public int getFillColor()
public boolean setFillAlpha(int bgAlpha)
bgAlpha - Opacity value (0~255)public int getFillAlpha()
public CPDFBorderStyle getBorderStyle()
CPDFBorderStylegetBorderStyle in class CPDFAnnotationCPDFBorderStylepublic boolean setBorderStyle(CPDFBorderStyle borderStyle)
CPDFBorderStylesetBorderStyle in class CPDFAnnotationborderStyle - Border styles, more: CPDFBorderStylepublic boolean setRect(RectF rect)
setRect in class CPDFAnnotationrect - Rectangle on the pagepublic RectF getRect()
getRect in class CPDFAnnotationpublic boolean updateAp()
updateAp in class CPDFAnnotation