|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.Polyline
public final class Polyline
Represents the Polyline shape.
| Method Summary | |
|---|---|
java.awt.Point[] |
getPoints()
Returns the list of a points for the polyline. |
int[] |
getSegments()
Returns the list of a segments for the polyline. |
void |
serialize(java.io.OutputStream stream)
Serializes a Polyline object to the stream. |
| Methods inherited from class com.aspose.slides.Shape |
|---|
addLink, addTextFrame, clearLink, getAlternativeText, getAnimationSettings, getFillFormat, getHeight, getLineFormat, getLink, getName, getParent, getPlaceholder, getRotation, getTags, getTextFrame, getWidth, getX, getY, getZOrderPosition, isFlipH, isFlipV, isHidden, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, setHidden, setName, setRotation, setWidth, setX, setY, zOrder |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void serialize(java.io.OutputStream stream)
throws PptException
serialize in class Shapestream - The stream to which the Polyline is to be serialized.
PptExceptionpublic java.awt.Point[] getPoints()
public int[] getSegments()
SegmentType[].
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||