java.lang.Object
com.aspose.cells.ShapePathType
public class ShapePathType
| 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 | ||
| Field Detail |
|---|
LINE_TO | |
public static final int LINE_TO | |
CUBIC_BEZIER_CURVE_TO | |
public static final int CUBIC_BEZIER_CURVE_TO | |
MOVE_TO | |
public static final int MOVE_TO | |
CLOSE | |
public static final int CLOSE | |
END | |
public static final int END | |
ESCAPE | |
public static final int ESCAPE | |
ARC_TO | |
public static final int ARC_TO | |
UNKNOWN | |
public static final int UNKNOWN | |