com.aspose.words
Class DashStyle

java.lang.Object
    extended by com.aspose.words.DashStyle

public class DashStyle 
extends java.lang.Object

Utility class containing constants. Dashed line style.
See Also:
Stroke.DashStyle

Field Summary
static final intSOLID = 0
           Solid (continuous) pen.
static final intSHORT_DASH = 1
           System dash style.
static final intSHORT_DOT = 2
           System dash style.
static final intSHORT_DASH_DOT = 3
           System dash style.
static final intSHORT_DASH_DOT_DOT = 4
           System dash style.
static final intDOT = 5
           Square dot style.
static final intDASH = 6
           Dash style.
static final intLONG_DASH = 7
           Long dash style.
static final intDASH_DOT = 8
           Dash short dash.
static final intLONG_DASH_DOT = 9
           Long dash short dash.
static final intLONG_DASH_DOT_DOT = 10
           Long dash short dash short dash.
static final intDEFAULT = 0
           Same as SOLID.
 

Field Detail

SOLID = 0

public static final int SOLID
Solid (continuous) pen.

SHORT_DASH = 1

public static final int SHORT_DASH
System dash style.

SHORT_DOT = 2

public static final int SHORT_DOT
System dash style.

SHORT_DASH_DOT = 3

public static final int SHORT_DASH_DOT
System dash style.

SHORT_DASH_DOT_DOT = 4

public static final int SHORT_DASH_DOT_DOT
System dash style.

DOT = 5

public static final int DOT
Square dot style.

DASH = 6

public static final int DASH
Dash style.

LONG_DASH = 7

public static final int LONG_DASH
Long dash style.

DASH_DOT = 8

public static final int DASH_DOT
Dash short dash.

LONG_DASH_DOT = 9

public static final int LONG_DASH_DOT
Long dash short dash.

LONG_DASH_DOT_DOT = 10

public static final int LONG_DASH_DOT_DOT
Long dash short dash short dash.

DEFAULT = 0

public static final int DEFAULT
Same as SOLID.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.