com.aspose.slides
Interface SegmentType


public interface SegmentType

Constants which define the type of a polyline segment.


Field Summary
static int CLOSE_POLYGON
           
static int CURVE
           
static int LINE
           
static int NEW_POLYGON
           
 

Field Detail

LINE

static final int LINE
See Also:
Constant Field Values

CURVE

static final int CURVE
See Also:
Constant Field Values

NEW_POLYGON

static final int NEW_POLYGON
See Also:
Constant Field Values

CLOSE_POLYGON

static final int CLOSE_POLYGON
See Also:
Constant Field Values