com.aspose.slides
Class ShapeElement

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

public class ShapeElement
extends java.lang.Object

Represents the ShapeElement object.


Method Summary
 int getElementType()
           Returns information about which part of shape an element represents.
 ShapeElementFill getFill()
           Returns an element's fill information, when FillSource == ShapeElementFillSource.OwnFill or null otherwise.
 int getFillSource()
           Returns information about how to fill an element.
 Shape getParentShape()
           Returns a Shape for which element was created.
 ShapeElementStroke getStroke()
           Returns an element's stroke information, when StrokeSource == ShapeElementStrokeSource.OwnStroke or null otherwise.
 int 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 Shape getParentShape()

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


getElementType

public int getElementType()

Returns information about which part of shape an element represents. Read-only Aspose.Slides.ShapeElementType.


getFillSource

public int getFillSource()

Returns information about how to fill an element. Read-only Aspose.Slides.ShapeElementFillSource.


getFill

public ShapeElementFill getFill()

Returns an element's fill information, when FillSource == ShapeElementFillSource.OwnFill or null otherwise. Read-only Aspose.Slides.ShapeElementFill.


getStrokeSource

public int getStrokeSource()

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


getStroke

public ShapeElementStroke getStroke()

Returns an element's stroke information, when StrokeSource == ShapeElementStrokeSource.OwnStroke or null otherwise. Read-only Aspose.Slides.ShapeElementStroke.