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 |
XpsCanvas.getOpacityMask()
Returns the brush specifying a mask of alpha values that is applied
to the canvas in the same fashion as the Opacity attribute, but allowing different alpha values
for different areas of the element.
|
XpsBrush |
XpsGlyphs.getOpacityMask()
Returns the brush specifying a mask of alpha values
that is applied to the glyphs in the same fashion as the Opacity attribute, but allowing
different alpha values for different areas of the element.
|
XpsBrush |
XpsPath.getOpacityMask()
Returns the brush specifying a mask of alpha values
that is applied to the path 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 |
XpsCanvas.setOpacityMask(XpsBrush value)
Sets the brush specifying a mask of alpha values that is applied
to the canvas in the same fashion as the Opacity attribute, but allowing different alpha values
for different areas of the element.
|
void |
XpsGlyphs.setOpacityMask(XpsBrush value)
Sets the brush specifying a mask of alpha values
that is applied to the glyphs in the same fashion as the Opacity attribute, but allowing
different alpha values for different areas of the element.
|
void |
XpsPath.setOpacityMask(XpsBrush value)
Sets the brush specifying a mask of alpha values
that is applied to the path 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.
|