Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface MsoLineEndType


public interface MsoLineEndType

Enumerates the line end type of the shape border line.


Field Summary
static short ARROW
          Line end type: ARROW
static short ARROW_DIAMOND
          Line end type: ARROW_DIAMOND
static short ARROW_OPEN
          Line end type: ARROW_OPEN
static short ARROw_OVAL
          Line end type: ARROW_OVAL
static short ARROW_STEALTH
          Line end type: ARROW_STEALTH
static short NONE
          Line end type: NONE
 

Field Detail

NONE

static final short NONE
Line end type: NONE

See Also:
Constant Field Values

ARROW

static final short ARROW
Line end type: ARROW

See Also:
Constant Field Values

ARROW_STEALTH

static final short ARROW_STEALTH
Line end type: ARROW_STEALTH

See Also:
Constant Field Values

ARROW_DIAMOND

static final short ARROW_DIAMOND
Line end type: ARROW_DIAMOND

See Also:
Constant Field Values

ARROw_OVAL

static final short ARROw_OVAL
Line end type: ARROW_OVAL

See Also:
Constant Field Values

ARROW_OPEN

static final short ARROW_OPEN
Line end type: ARROW_OPEN

See Also:
Constant Field Values