|
java.lang.Object
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 int | SINGLE | |
|
Single line.
|
static final int | DOUBLE | |
|
Double lines of equal width.
|
static final int | THICK_THIN | |
|
Double lines, one thick, one thin.
|
static final int | THIN_THICK | |
|
Double lines, one thin, one thick.
|
static final int | TRIPLE | |
|
Three lines, thin, thick, thin.
|
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:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|