Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsTileMode |
XpsTilingBrush.getTileMode()
Returns value specifying how tiling is performed in the filled geometry.
|
static XpsTileMode |
XpsTileMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpsTileMode[] |
XpsTileMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XpsTilingBrush.setTileMode(XpsTileMode value)
Sets value specifying how tiling is performed in the filled geometry.
|