public final class ShapePathType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ARC_TO
An arc
|
static int |
CLOSE
If the starting POINT and the end POINT are not the same, a single
straight line is drawn to connect the starting POINT and ending POINT of the path.
|
static int |
CUBIC_BEZIER_CURVE_TO
Cubic Bezier curve
|
static int |
END
The end of the current path
|
static int |
ESCAPE
Escape
|
static int |
LINE_TO
Straight line segment
|
static int |
MOVE_TO
Start a new path
|
static int |
UNKNOWN
Unknown
|
public static final int LINE_TO
public static final int CUBIC_BEZIER_CURVE_TO
public static final int MOVE_TO
public static final int CLOSE
public static final int END
public static final int ESCAPE
public static final int ARC_TO
public static final int UNKNOWN
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.