public abstract class PolyAnnotation extends MarkupAnnotation
Abstract base class for poly- annotations.
_disableUpdateAppearance
Modifier and Type | Method and Description |
---|---|
int |
getEndingStyle()
Gets the style of second line ending.
|
int |
getIntent()
Gets the intent of the polygon or polyline annotation.
|
Color |
getInteriorColor()
Getsthe interior color with which to fill the annotation�s line endings.
|
int |
getStartingStyle()
Gets the style of first line ending.
|
Point[] |
getVertices()
Gets an array of points representing the horizontal and vertical coordinates of each vertex.
|
void |
setEndingStyle(int value)
Sets the style of second line ending.
|
void |
setIntent(int value)
Sets the intent of the polygon or polyline annotation.
|
void |
setInteriorColor(Color value)
Sets the interior color with which to fill the annotation�s line endings.
|
void |
setStartingStyle(int value)
Sets the style of first line ending.
|
void |
setVertices(Point[] value)
Sets an array of points representing the horizontal and vertical coordinates of each vertex.
|
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, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignment
public Point[] getVertices()
Gets an array of points representing the horizontal and vertical coordinates of each vertex.
public void setVertices(Point[] value)
Sets an array of points representing the horizontal and vertical coordinates of each vertex.
public Color getInteriorColor()
Getsthe interior color with which to fill the annotation�s line endings.
public void setInteriorColor(Color value)
Sets the interior color with which to fill the annotation�s line endings.
public int getStartingStyle()
Gets the style of first line ending.
public void setStartingStyle(int value)
Sets the style of first line ending.
public int getEndingStyle()
Gets the style of second line ending.
public void setEndingStyle(int value)
Sets the style of second line ending.
public int getIntent()
Gets the intent of the polygon or polyline annotation.
public void setIntent(int value)
Sets the intent of the polygon or polyline annotation.
Copyright © 2019 Aspose. All Rights Reserved.