Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsLineJoin |
XpsPath.getStrokeLineJoin()
Returns the value defining the shape of the beginning of the first dash in a stroke.
|
static XpsLineJoin |
XpsLineJoin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsLineJoin[] |
XpsLineJoin.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.setStrokeLineJoin(XpsLineJoin value)
Sets the value defining the shape of the beginning of the first dash in a stroke.
|