|
java.lang.Object
com.aspose.words.DashStyle
public class DashStyle - extends java.lang.Object
Utility class containing constants.
Dashed line style.
- See Also:
- Stroke.DashStyle
SOLID | |
public static final int SOLID |
-
Solid (continuous) pen.
SHORT_DASH | |
public static final int SHORT_DASH |
-
System dash style.
SHORT_DOT | |
public static final int SHORT_DOT |
-
System dash style.
SHORT_DASH_DOT | |
public static final int SHORT_DASH_DOT |
-
System dash style.
SHORT_DASH_DOT_DOT | |
public static final int SHORT_DASH_DOT_DOT |
-
System dash style.
DOT | |
public static final int DOT |
-
Square dot style.
DASH | |
public static final int DASH |
-
Dash style.
LONG_DASH | |
public static final int LONG_DASH |
-
Long dash style.
DASH_DOT | |
public static final int DASH_DOT |
-
Dash short dash.
LONG_DASH_DOT | |
public static final int LONG_DASH_DOT |
-
Long dash short dash.
LONG_DASH_DOT_DOT | |
public static final int LONG_DASH_DOT_DOT |
-
Long dash short dash short dash.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|