java.lang.Object
com.aspose.cells.ShapePathType
public class ShapePathType
- extends java.lang.Object
Utility class containing constants.
Represents path segment type.
Field Summary |
static final int | LINE_TO | |
Straight line segment
|
static final int | CUBIC_BEZIER_CURVE_TO | |
Cubic Bezier curve
|
static final int | MOVE_TO | |
Start a new path
|
static final 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 final int | END | |
The end of the current path
|
static final int | ESCAPE | |
Escape
|
static final int | ARC_TO | |
An arc
|
static final int | UNKNOWN | |
Unknown
|
LINE_TO | |
public static final int LINE_TO |
-
Straight line segment
CUBIC_BEZIER_CURVE_TO | |
public static final int CUBIC_BEZIER_CURVE_TO |
-
Cubic Bezier curve
MOVE_TO | |
public static final int MOVE_TO |
-
Start a new path
CLOSE | |
public static final 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.
END | |
public static final int END |
-
The end of the current path
ESCAPE | |
public static final int ESCAPE |
-
Escape
ARC_TO | |
public static final int ARC_TO |
-
An arc
UNKNOWN | |
public static final int UNKNOWN |
-
Unknown
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.