Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Class and Description |
---|---|
class |
XpsGradientBrush
Class incapsulating common features of LinerGradientBrush and RadialGradientBrush elements.
|
class |
XpsImageBrush
Class incapsulating ImageBrush property element features.
|
class |
XpsLinearGradientBrush
Class incapsulating LinearGradientBrush property element features.
|
class |
XpsRadialGradientBrush
Class incapsulating RadialGradientBrush property element features.
|
class |
XpsSolidColorBrush
Class incapsulating SolidColorBrush property element features.
|
class |
XpsTilingBrush
Class incapsulating common features of tiling brushes elements (VisualBrush and ImageBrush).
|
class |
XpsTransformableBrush
Class incapsulating common features of transformable brushes elements (all except SolidColorBrush).
|
class |
XpsVisualBrush
Class incapsulating VisualBrush property element features.
|
Modifier and Type | Method and Description |
---|---|
XpsBrush |
XpsGlyphs.getFill()
Returns the brush used to fill the shape of the rendered glyphs.
|
XpsBrush |
XpsPath.getFill()
Returns the brush used to paint the geometry specified
by the Data property of the path.
|
XpsBrush |
XpsContentElement.getOpacityMask()
Returns the brush specifying a mask of alpha values that is applied
to the element in the same fashion as the Opacity attribute, but allowing different alpha values
for different areas of the element.
|
XpsBrush |
XpsPath.getStroke()
Returns the brush used to draw the stroke.
|
Modifier and Type | Method and Description |
---|---|
void |
XpsGlyphs.setFill(XpsBrush value)
Sets the brush used to fill the shape of the rendered glyphs.
|
void |
XpsPath.setFill(XpsBrush value)
Sets the brush used to paint the geometry specified
by the Data property of the path.
|
void |
XpsContentElement.setOpacityMask(XpsBrush value)
Sets the brush specifying a mask of alpha values that is applied
to the element in the same fashion as the Opacity attribute, but allowing different alpha values
for different areas of the element.
|
void |
XpsPath.setStroke(XpsBrush value)
Sets the brush used to draw the stroke.
|
Copyright © 2020 Aspose. All Rights Reserved.