com.aspose.slides
Class ShapeElement

java.lang.Object
  extended by com.aspose.slides.ShapeElement
All Implemented Interfaces:
IShapeElement

public class ShapeElement
extends java.lang.Object
implements IShapeElement

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.Shape getGraphicsPath()
           Returns an element's path.
 Shape getParentShape()
           Returns a Shape_PPT 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 Shape getParentShape()

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


getGraphicsPath

public java.awt.Shape getGraphicsPath()

Returns an element's path. Read-only java.awt.geom.GeneralPath.


getFillSource

public byte getFillSource()

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


getStrokeSource

public byte getStrokeSource()

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.