Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsSpreadMethod |
XpsGradientBrush.getSpreadMethod()
Returns value describing how the brush should fill the content area outside of the primary,
initial gradient area.
|
static XpsSpreadMethod |
XpsSpreadMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsSpreadMethod[] |
XpsSpreadMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XpsGradientBrush.setSpreadMethod(XpsSpreadMethod value)
Sets value describing how the brush should fill the content area outside of the primary,
initial gradient area.
|