com.aspose.slides
Class ShapeElementEx

java.lang.Object
  extended by com.aspose.slides.ShapeElementEx

public class ShapeElementEx
extends java.lang.Object

Represents a part of shape with same outline and fill properties.


Method Summary
 byte getFillSource()
           Returns information about how to fill an element.
 java.awt.geom.GeneralPath getGraphicsPath()
           Returns an element's path.
 ShapeEx getParentShape()
           Returns a Shape for which element was created.
 byte getStrokeSource()
           Returns information about how to stroke an element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParentShape

public ShapeEx getParentShape()

Returns a Shape for which element was created. Read-only Aspose.Slides.Pptx.ShapeEx.


getGraphicsPath

public java.awt.geom.GeneralPath getGraphicsPath()

Returns an element's path. Read-only System.Drawing.Drawing2D.GraphicsPath.


getFillSource

public byte getFillSource()

Returns information about how to fill an element. Readonly Aspose.Slides.Pptx.ShapeElementFillSourceEx.


getStrokeSource

public byte getStrokeSource()

Returns information about how to stroke an element. Read-only Aspose.Slides.Pptx.ShapeElementStrokeSourceEx.