Aspose::Page::XPS::XpsModel::XpsContentElement class
Contents
[
Hide
]XpsContentElement class
Incapsulates features of XPS content elements: Canvas, Path and Glyphs.
class XpsContentElement : public Aspose::Page::XPS::XpsModel::XpsHyperlinkElement
Methods
Method | Description |
---|---|
get_Clip() | Returns/sets the path geometry instance limiting the rendered region of the element. |
get_Opacity() const | Returns/sets the value defining the uniform transparency of the element. |
get_OpacityMask() | Returns/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. |
get_RenderTransform() | Returns/sets the affine transformation matrix establishing a new coordinate frame for all attributes of the element and for all child elements (if any). |
set_Clip(System::SharedPtr<XpsPathGeometry>) | Returns/sets the path geometry instance limiting the rendered region of the element. |
set_Opacity(float) | Returns/sets the value defining the uniform transparency of the element. |
set_OpacityMask(System::SharedPtr<XpsBrush>) | Returns/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. |
set_RenderTransform(System::SharedPtr<XpsMatrix>) | Returns/sets the affine transformation matrix establishing a new coordinate frame for all attributes of the element and for all child elements (if any). |
See Also
- Class XpsHyperlinkElement
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++