java.lang.Object
com.aspose.cells.MsoPathType
public class MsoPathType
| Field Summary | ||
|---|---|---|
static final int | MSOPATH_LINE_TO | |
| Straight line segment | ||
static final int | MSOPATH_CURVE_TO | |
| Cubic Bezier curve | ||
static final int | MSOPATH_MOVE_TO | |
| Start a new path | ||
static final int | MSOPATH_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 | MSOPATH_END | |
| The end of the current path | ||
static final int | MSOPATH_ESCAPE | |
static final int | MSOPATH_ARC_TO | |
static final int | UNKNOWN | |
| Field Detail |
|---|
MSOPATH_LINE_TO | |
public static final int MSOPATH_LINE_TO | |
MSOPATH_CURVE_TO | |
public static final int MSOPATH_CURVE_TO | |
MSOPATH_MOVE_TO | |
public static final int MSOPATH_MOVE_TO | |
MSOPATH_CLOSE | |
public static final int MSOPATH_CLOSE | |
MSOPATH_END | |
public static final int MSOPATH_END | |
MSOPATH_ESCAPE | |
public static final int MSOPATH_ESCAPE | |
MSOPATH_ARC_TO | |
public static final int MSOPATH_ARC_TO | |
UNKNOWN | |
public static final int UNKNOWN | |