com.aspose.slides
Class AutoShape

java.lang.Object
  extended by com.aspose.slides.Shape
      extended by com.aspose.slides.AutoShape

public final class AutoShape
extends Shape

Represents the AutoShape shape.


Method Summary
 Adjustments getAdjustments()
          Returns adjustments values for the AutoShape.
 int getShapeType()
          Returns type of an AutoShape.
 void serialize(java.io.OutputStream stream)
          Serializes an AutoShape 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

serialize

public void serialize(java.io.OutputStream stream)
               throws PptException
Serializes an AutoShape object to the stream.

Overrides:
serialize in class Shape
Parameters:
stream - The stream to which the AutoShape is to be serialized.
Throws:
PptException

getShapeType

public int getShapeType()
Returns type of an AutoShape.

Returns:
The autoshape type. See AutoShapeType.

getAdjustments

public Adjustments getAdjustments()
Returns adjustments values for the AutoShape.

Returns:
The array of adjustment values