com.aspose.slides
Class AutoShape

java.lang.Object
  extended by com.aspose.slides.Shape
      extended by com.aspose.slides.AutoShape
Direct Known Subclasses:
Connector

public class AutoShape
extends Shape

Represents an AutoShape.


Nested Class Summary
static class AutoShape.AutoShapePath
          Deprecated. 
 
Method Summary
 Adjustments getAdjustments()
           Returns adjustments values for the AutoShape.
 com.aspose.ms.System.Collections.ArrayList getPaths()
           Returns ArrayList collection with AutoShapePath objects.
 int getShapeType()
           Returns type of an AutoShape.
 java.awt.geom.Rectangle2D.Float getTextRectangle()
           
 void serialize(java.io.OutputStream stream)
           
 
Methods inherited from class com.aspose.slides.Shape
addLink, addTextFrame, clearLink, createShapeElements, createShapeElements, getAlternativeText, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getFillFormat, getFlipH, getFlipHorizontal, getFlipV, getFlipVertical, getHeight, getHidden, getLineFormat, getLink, getMasterShapeId, getName, getParent, getParentSlide, getPlaceholder, getProtection, getRotation, getShadowFormat, getShapeId, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipHorizontal, setFlipV, setFlipVertical, setHeight, setHidden, setName, setProtection, setRotation, setWidth, setX, setY, zOrder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

serialize

public void serialize(java.io.OutputStream stream)
Overrides:
serialize in class Shape

getTextRectangle

public java.awt.geom.Rectangle2D.Float getTextRectangle()

getPaths

public com.aspose.ms.System.Collections.ArrayList getPaths()

Returns ArrayList collection with AutoShapePath objects. Read/write ArrayList.


getShapeType

public int getShapeType()

Returns type of an AutoShape. Read-only AutoShapeType.


getAdjustments

public Adjustments getAdjustments()

Returns adjustments values for the AutoShape. Read-only Aspose.Slides.Adjustments.