com.aspose.slides
Class Ellipse

java.lang.Object
  extended by com.aspose.slides.Shape
      extended by com.aspose.slides.Ellipse
All Implemented Interfaces:
IShape, IShapeFormat

public final class Ellipse
extends Shape

Represents the Ellipse shape.


Method Summary
 void serialize(java.io.OutputStream stream)
          Serializes an Ellipse object to the stream.
 
Methods inherited from class com.aspose.slides.Shape
addLink, addTextFrame, clearLink, createShapeElements, createShapeElements, getAlternativeText, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getFillFormat, getHeight, getLineFormat, getLink, getName, getParent, getPlaceholder, getRotation, getShadowFormat, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, 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 Ellipse object to the stream.

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