public class ShapeElement extends java.lang.Object implements IShapeElement
Represents a part of shape with same outline and fill properties.
| Modifier and Type | Method and Description |
|---|---|
byte |
getFillSource()
Returns information about how to fill an element.
|
java.awt.Shape |
getGraphicsPath()
Deprecated.
This property will be removed after release of version 24.7.
|
Shape |
getParentShape()
Returns a Shape_PPT for which element was created.
|
byte |
getStrokeSource()
Returns information about how to stroke an element.
|
public final Shape getParentShape()
Returns a Shape_PPT for which element was created.
Read-only Shape.
@Deprecated public final java.awt.Shape getGraphicsPath()
Returns an element's path.
Read-only GeneralPath.
public final byte getFillSource()
Returns information about how to fill an element.
Read-only ShapeElementFillSource.
public final byte getStrokeSource()
Returns information about how to stroke an element.
Read-only ShapeElementStrokeSource.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.