ShapeElement

ShapeElement class

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

getFillSource

NameDescription
getFillSource ()Returns information about how to fill an element. Read-only ShapeElementFillSource.

Returns: byte


getGraphicsPath

NameDescription
getGraphicsPath ()Returns an element’s path. Read-only java.awt.geom.GeneralPath.

Returns: Shape


getParentShape

NameDescription
getParentShape ()Returns a Shape_PPT for which element was created. Read-only Shape.

Returns: Shape


getStrokeSource

NameDescription
getStrokeSource ()Returns information about how to stroke an element. Read-only ShapeElementStrokeSource.

Returns: byte