java.lang.Objectcom.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 | |
public static final int SOLID |
SHORT_DASH | |
public static final int SHORT_DASH |
SHORT_DOT | |
public static final int SHORT_DOT |
SHORT_DASH_DOT | |
public static final int SHORT_DASH_DOT |
SHORT_DASH_DOT_DOT | |
public static final int SHORT_DASH_DOT_DOT |
DOT | |
public static final int DOT |
DASH | |
public static final int DASH |
LONG_DASH | |
public static final int LONG_DASH |
DASH_DOT | |
public static final int DASH_DOT |
LONG_DASH_DOT | |
public static final int LONG_DASH_DOT |
LONG_DASH_DOT_DOT | |
public static final int LONG_DASH_DOT_DOT |
DEFAULT | |
public static final int DEFAULT |