ASPOSE home

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
           Solid (continuous) pen.
static final intSHORT_DASH
           System dash style.
static final intSHORT_DOT
           System dash style.
static final intSHORT_DASH_DOT
           System dash style.
static final intSHORT_DASH_DOT_DOT
           System dash style.
static final intDOT
           Square dot style.
static final intDASH
           Dash style.
static final intLONG_DASH
           Long dash style.
static final intDASH_DOT
           Dash short dash.
static final intLONG_DASH_DOT
           Long dash short dash.
static final intLONG_DASH_DOT_DOT
           Long dash short dash short dash.
 

Field Detail

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:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home