public abstract class CommonFigureAnnotation extends MarkupAnnotation
Abstract class representing common figure annotation.
_disableUpdateAppearance
Modifier and Type | Method and Description |
---|---|
Rectangle |
getFrame()
The rectangle describing the numerical differences between two rectangles:
the Rect entry of the annotation and the actual boundaries of the underlying square or circle.
|
Color |
getInteriorColor()
Interior color with which to fill the annotation�s rectangle or ellipse.
|
void |
setFrame(Rectangle value) |
void |
setInteriorColor(Color value) |
getCreationDate, getCreationDateInternal, getInReplyTo, getOpacity, getPopup, getReplyType, getRichText, getSubject, getTitle, setInReplyTo, setOpacity, setPopup, setReplyType, setRichText, setSubject, setTitle
accept, createAnnotation, flatten, getActiveState, getAlignment, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getPageIndex, getRect, getStates, getWidth, initialize, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setRect, setWidth
deepClone, getHorizontalAlignment, getHyperlink, getMargin, getVerticalAlignment, getZIndex, isFirstParagraphInColumn, isInLineParagraph, isInNewPage, isKeptWithNext, setFirstParagraphInColumn, setHorizontalAlignment, setHyperlink, setInLineParagraph, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment, setZIndex
public Color getInteriorColor()
Interior color with which to fill the annotation�s rectangle or ellipse.
public void setInteriorColor(Color value)
public Rectangle getFrame()
The rectangle describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying square or circle.
public void setFrame(Rectangle value)
Copyright © 2020 Aspose. All Rights Reserved.