com.aspose.slides
Interface LineArrowheadStyle


public interface LineArrowheadStyle

Constants which define the style of an arrowhead of a line.


Field Summary
static int DIAMOND
           
static int NONE
           
static int OPEN
           
static int OVAL
           
static int STEALTH
           
static int TRIANGLE
           
 

Field Detail

NONE

static final int NONE
See Also:
Constant Field Values

TRIANGLE

static final int TRIANGLE
See Also:
Constant Field Values

STEALTH

static final int STEALTH
See Also:
Constant Field Values

DIAMOND

static final int DIAMOND
See Also:
Constant Field Values

OVAL

static final int OVAL
See Also:
Constant Field Values

OPEN

static final int OPEN
See Also:
Constant Field Values