com.aspose.cells
Class MsoPathType

java.lang.Object
    extended by com.aspose.cells.MsoPathType

public class MsoPathType 
extends java.lang.Object

Utility class containing constants. Represents path segment type.

Field Summary
static final intMSOPATH_LINE_TO
           Straight line segment
static final intMSOPATH_CURVE_TO
           Cubic Bezier curve
static final intMSOPATH_MOVE_TO
           Start a new path
static final intMSOPATH_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 intMSOPATH_END
           The end of the current path
static final intMSOPATH_ESCAPE
          
static final intMSOPATH_ARC_TO
          
static final intUNKNOWN
          
 

Field Detail

MSOPATH_LINE_TO

public static final int MSOPATH_LINE_TO
Straight line segment

MSOPATH_CURVE_TO

public static final int MSOPATH_CURVE_TO
Cubic Bezier curve

MSOPATH_MOVE_TO

public static final int MSOPATH_MOVE_TO
Start a new path

MSOPATH_CLOSE

public 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.

MSOPATH_END

public static final int MSOPATH_END
The end of the current path

MSOPATH_ESCAPE

public static final int MSOPATH_ESCAPE

MSOPATH_ARC_TO

public static final int MSOPATH_ARC_TO

UNKNOWN

public static final int UNKNOWN

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.