com.aspose.slides
Interface LineStyle


public interface LineStyle

Constants which define the style (single or double) of a line.


Field Summary
static int SINGLE
           
static int THICK_BETWEEN_THIN
           
static int THICK_THIN
           
static int THIN_THICK
           
static int THIN_THIN
           
 

Field Detail

SINGLE

static final int SINGLE
See Also:
Constant Field Values

THIN_THIN

static final int THIN_THIN
See Also:
Constant Field Values

THIN_THICK

static final int THIN_THICK
See Also:
Constant Field Values

THICK_THIN

static final int THICK_THIN
See Also:
Constant Field Values

THICK_BETWEEN_THIN

static final int THICK_BETWEEN_THIN
See Also:
Constant Field Values