Package | Description |
---|---|
com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
Modifier and Type | Method and Description |
---|---|
XpsLineCap |
XpsPath.getStrokeEndLineCap()
Returns the value defining the shape of the end of the last dash in a stroke.
|
XpsLineCap |
XpsPath.getStrokeStartLineCap()
Returns the value defining the shape of the beginning of the first dash in a stroke.
|
static XpsLineCap |
XpsLineCap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsLineCap[] |
XpsLineCap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XpsPath.setStrokeEndLineCap(XpsLineCap value)
Sets the value defining the shape of the end of the last dash in a stroke.
|
void |
XpsPath.setStrokeStartLineCap(XpsLineCap value)
Sets the value defining the shape of the beginning of the first dash in a stroke.
|
Copyright © 2022 Aspose. All Rights Reserved.