ASPOSE home

com.aspose.words
Class ShapeLineStyle

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

public class ShapeLineStyle
extends java.lang.Object

Utility class containing constants. Specifies the compound line style of a Shape.
See Also:
Stroke.LineStyle

Field Summary
static final intSINGLE
           Single line.
static final intDOUBLE
           Double lines of equal width.
static final intTHICK_THIN
           Double lines, one thick, one thin.
static final intTHIN_THICK
           Double lines, one thin, one thick.
static final intTRIPLE
           Three lines, thin, thick, thin.
 

Field Detail

SINGLE

public static final int SINGLE
Single line.

DOUBLE

public static final int DOUBLE
Double lines of equal width.

THICK_THIN

public static final int THICK_THIN
Double lines, one thick, one thin.

THIN_THICK

public static final int THIN_THICK
Double lines, one thin, one thick.

TRIPLE

public static final int TRIPLE
Three lines, thin, thick, thin.

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