aspose.cells

Class ShapePathType

Utility class containing constants. Represents path segment type.

Field Summary
const  NumberLINE_TO
Straight line segment
const  NumberCUBIC_BEZIER_CURVE_TO
Cubic Bezier curve
const  NumberMOVE_TO
Start a new path
const  NumberCLOSE
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.
const  NumberEND
The end of the current path
const  NumberESCAPE
Escape
const  NumberARC_TO
An arc
const  NumberUNKNOWN
Unknown
 

    • Field Detail

      • LINE_TO

        const Number LINE_TO
        Straight line segment
      • CUBIC_BEZIER_CURVE_TO

        const Number CUBIC_BEZIER_CURVE_TO
        Cubic Bezier curve
      • MOVE_TO

        const Number MOVE_TO
        Start a new path
      • CLOSE

        const Number 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

        const Number END
        The end of the current path
      • ESCAPE

        const Number ESCAPE
        Escape
      • ARC_TO

        const Number ARC_TO
        An arc
      • UNKNOWN

        const Number UNKNOWN
        Unknown