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.

Result: byte


getGraphicsPath

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

Result: Shape


getParentShape

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

Result: Shape


getStrokeSource

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

Result: byte