java.lang.Object
com.aspose.cells.MsoLineDashStyle
public class MsoLineDashStyle
| Field Summary | ||
|---|---|---|
static final int | DASH | |
| Represent a dash line. | ||
static final int | DASH_DOT | |
| Represents a dash-dot line. | ||
static final int | DASH_DOT_DOT | |
| Represents a dash-dot-dot line. | ||
static final int | DASH_LONG_DASH | |
| Represents a long dash-short dash line. | ||
static final int | DASH_LONG_DASH_DOT | |
| Represents a long dash-short dash-dot line. | ||
static final int | ROUND_DOT | |
| Represents a round-dot line. | ||
static final int | SOLID | |
| Represent a solid line. | ||
static final int | SQUARE_DOT | |
| Represents a square-dot line. | ||
static final int | CUSTOM | |
| Custom dash style. | ||
| Field Detail |
|---|
DASH | |
public static final int DASH | |
DASH_DOT | |
public static final int DASH_DOT | |
DASH_DOT_DOT | |
public static final int DASH_DOT_DOT | |
DASH_LONG_DASH | |
public static final int DASH_LONG_DASH | |
DASH_LONG_DASH_DOT | |
public static final int DASH_LONG_DASH_DOT | |
ROUND_DOT | |
public static final int ROUND_DOT | |
SOLID | |
public static final int SOLID | |
SQUARE_DOT | |
public static final int SQUARE_DOT | |
CUSTOM | |
public static final int CUSTOM | |