Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface MsoLineEndLength


public interface MsoLineEndLength

Enumerates the line end length of the shape border line.


Field Summary
static short LONG
          Line end length: LONG
static short MEDIUM
          Line end length: MEDIUM
static short SHORT
          Line end length: SHORT
 

Field Detail

SHORT

static final short SHORT
Line end length: SHORT

See Also:
Constant Field Values

MEDIUM

static final short MEDIUM
Line end length: MEDIUM

See Also:
Constant Field Values

LONG

static final short LONG
Line end length: LONG

See Also:
Constant Field Values