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()
Gets the 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, 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 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.
value
- array of Point valuepublic Color getInteriorColor()
Gets the 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.
value
- Color objectpublic int getStartingStyle()
Gets the style of first line ending.
LineEnding
public void setStartingStyle(int value)
Sets the style of first line ending.
value
- LineEnding elementLineEnding
public int getEndingStyle()
Gets the style of second line ending.
LineEnding
public void setEndingStyle(int value)
Sets the style of second line ending.
value
- LineEnding elementLineEnding
public int getIntent()
Gets the intent of the polygon or polyline annotation.
PolyIntent
public void setIntent(int value)
Sets the intent of the polygon or polyline annotation.
value
- PolyIntent elementPolyIntent
Copyright © 2016 Aspose. All Rights Reserved.