java.lang.Object
com.aspose.words.DashStyle
public class DashStyle
| Field Summary | ||
|---|---|---|
static final int | SOLID | |
| Solid (continuous) pen. | ||
static final int | SHORT_DASH | |
| System dash style. | ||
static final int | SHORT_DOT | |
| System dash style. | ||
static final int | SHORT_DASH_DOT | |
| System dash style. | ||
static final int | SHORT_DASH_DOT_DOT | |
| System dash style. | ||
static final int | DOT | |
| Square dot style. | ||
static final int | DASH | |
| Dash style. | ||
static final int | LONG_DASH | |
| Long dash style. | ||
static final int | DASH_DOT | |
| Dash short dash. | ||
static final int | LONG_DASH_DOT | |
| Long dash short dash. | ||
static final int | LONG_DASH_DOT_DOT | |
| Long dash short dash short dash. | ||
static final int | DEFAULT | |
|
Same as |
||
| Field Detail |
|---|
SOLID = 0 | |
public static final int SOLID | |
SHORT_DASH = 1 | |
public static final int SHORT_DASH | |
SHORT_DOT = 2 | |
public static final int SHORT_DOT | |
SHORT_DASH_DOT = 3 | |
public static final int SHORT_DASH_DOT | |
SHORT_DASH_DOT_DOT = 4 | |
public static final int SHORT_DASH_DOT_DOT | |
DOT = 5 | |
public static final int DOT | |
DASH = 6 | |
public static final int DASH | |
LONG_DASH = 7 | |
public static final int LONG_DASH | |
DASH_DOT = 8 | |
public static final int DASH_DOT | |
LONG_DASH_DOT = 9 | |
public static final int LONG_DASH_DOT | |
LONG_DASH_DOT_DOT = 10 | |
public static final int LONG_DASH_DOT_DOT | |
DEFAULT = 0 | |
public static final int DEFAULT | |