public final class InkAnnotation extends MarkupAnnotation
Represents a freehand "scribble" composed of one or more disjoint paths.
_disableUpdateAppearance
Constructor and Description |
---|
InkAnnotation(Page page,
Rectangle rect,
com.aspose.ms.System.Collections.IList inkList)
Creates new Ink annotation on the specified page.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(AnnotationSelector visitor)
Accepts visitor object to process the annotation.
|
com.aspose.ms.System.Collections.IList |
getInkList()
Gets or sets list of gestures that are independent lines which are represented by Point[] arrays.
|
void |
setInkList(com.aspose.ms.System.Collections.IList value) |
getCreationDate, getCreationDateInternal, getInReplyTo, getOpacity, getPopup, getReplyType, getRichText, getSubject, getTitle, setInReplyTo, setOpacity, setPopup, setReplyType, setRichText, setSubject, setTitle
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, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignment
public InkAnnotation(Page page, Rectangle rect, com.aspose.ms.System.Collections.IList inkList)
Creates new Ink annotation on the specified page.
page
- The document's page where annotation should be created.rect
- The annotation rectangle, defining the location of the annotation on the page.inkList
- An array of Point[] arrays, each representing a stroked path.public void accept(AnnotationSelector visitor)
Accepts visitor object to process the annotation.
accept
in class Annotation
visitor
- Visitor object.public com.aspose.ms.System.Collections.IList getInkList()
Gets or sets list of gestures that are independent lines which are represented by Point[] arrays.
public void setInkList(com.aspose.ms.System.Collections.IList value)
Copyright © 2018 Aspose. All Rights Reserved.