| Package | Description |
|---|---|
| com.aspose.xps |
| Modifier and Type | Method and Description |
|---|---|
XpsDashCap |
XpsPath.getStrokeDashCap()
Returns the value specifying how the ends of each dash are drawn.
|
static XpsDashCap |
XpsDashCap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsDashCap[] |
XpsDashCap.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.setStrokeDashCap(XpsDashCap value)
Sets the value specifying how the ends of each dash are drawn.
|