public abstract class CommonFigureAnnotation extends MarkupAnnotation
Abstract class representing common figure annotation.
_disableUpdateAppearance
Constructor and Description |
---|
CommonFigureAnnotation(IDocument document)
Constructor for using in Generator.
|
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)
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.
|
void |
setInteriorColor(Color value)
Interior color with which to fill the annotation�s rectangle or ellipse.
|
getCreationDate, getInReplyTo, getOpacity, getPopup, getReplyType, getRichText, getSubject, getTitle, setInReplyTo, setOpacity, setPopup, setReplyType, setRichText, setSubject, setTitle
accept, createAnnotation, flatten, getActiveState, getAlignment, getAnnotationType, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getPageIndex, getRect, getStates, getWidth, initialize, isUseFontSubset, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setRect, setUseFontSubset, setWidth
deepClone, getHorizontalAlignment, getHyperlink, getMargin, isFirstParagraphInColumn, isFootNoteParagraph, isInLineParagraph, isInNewPage, isKeptWithNext, setFirstParagraphInColumn, setFootNoteParagraph, setHorizontalAlignment, setHyperlink, setInLineParagraph, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment
public CommonFigureAnnotation(IDocument document)
Constructor for using in Generator.
document
- Document where annotation will be placed.public Color getInteriorColor()
Interior color with which to fill the annotation�s rectangle or ellipse.
public void setInteriorColor(Color value)
Interior color with which to fill the annotation�s rectangle or ellipse.
value
- interior colorpublic 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)
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.
value
- rectangle frameCopyright © 2016 Aspose. All Rights Reserved.