|
java.lang.Object
com.aspose.words.EndCap
public class EndCap - extends java.lang.Object
Utility class containing constants.
Specifies line cap style.
- See Also:
- Stroke.EndCap
|
Field Summary |
static final int | ROUND | |
|
Rounded ends.
|
static final int | SQUARE | |
|
Square protrudes by half line width.
|
static final int | FLAT | |
|
Line ends at end point.
|
ROUND | |
public static final int ROUND |
-
Rounded ends.
SQUARE | |
public static final int SQUARE |
-
Square protrudes by half line width.
FLAT | |
public static final int FLAT |
-
Line ends at end point.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|