public final class CaretAnnotation extends MarkupAnnotation
Class representing Caret annotation.
_disableUpdateAppearance| Constructor and Description |
|---|
CaretAnnotation(Page page,
Rectangle rect)
Creates new Caret annotation on the specified page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AnnotationSelector visitor)
Accepts visitor object to process the annotation.
|
Rectangle |
getFrame()
Gets or sets caret rectangle.
|
int |
getSymbol()
Gets symbol associated with caret.
|
void |
setFrame(Rectangle value)
Sets caret rectangle.
|
void |
setSymbol(int value)
Sets output page size for import.
|
getCreationDate, getCreationDateInternal, getInReplyTo, getOpacity, getPopup, getReplyType, getRichText, getSubject, getTitle, setInReplyTo, setOpacity, setPopup, setReplyType, setRichText, setSubject, setTitlecreateAnnotation, 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, setWidthdeepClone, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignmentpublic Rectangle getFrame()
Gets or sets caret rectangle.
public void setFrame(Rectangle value)
Sets caret rectangle.
value - caret rectangle.public int getSymbol()
Gets symbol associated with caret.
CaretSymbolCaretSymbolpublic void setSymbol(int value)
Sets output page size for import.
value - CaretSymbol elementCaretSymbolpublic void accept(AnnotationSelector visitor)
Accepts visitor object to process the annotation.
accept in class Annotationvisitor - Visitor object.Copyright © 2018 Aspose. All Rights Reserved.