MathBorderBox()
Contents
[
Hide
]MathBorderBox::MathBorderBox(System::SharedPtr<IMathElement>) constructor
Creates MathBorderBox element with rectangular border
Aspose::Slides::MathText::MathBorderBox::MathBorderBox(System::SharedPtr<IMathElement> element)
Arguments
| Parameter | Type | Description |
|---|---|---|
| element | System::SharedPtr<IMathElement> | The base element to which the border box is applied. Can be null. |
Remarks
Example:
auto borderBox = System::MakeObject<MathBorderBox>(System::MakeObject<MathematicalText>(u"x"));
MathBorderBox::MathBorderBox(System::SharedPtr<IMathElement>, bool, bool, bool, bool, bool, bool, bool, bool) constructor
Creates MathBorderBox element
Aspose::Slides::MathText::MathBorderBox::MathBorderBox(System::SharedPtr<IMathElement> element, bool hideTop, bool hideBottom, bool hideLeft, bool hideRight, bool strikethroughHorizontal, bool strikethroughVertical, bool strikethroughBottomLeftToTopRight, bool strikethroughTopLeftToBottomRight)
Arguments
| Parameter | Type | Description |
|---|---|---|
| element | System::SharedPtr<IMathElement> | The base element to which the border box is applied |
| hideTop | bool | Hide Top Edge |
| hideBottom | bool | Hide Bottom Edge |
| hideLeft | bool | Hide Left Edge |
| hideRight | bool | Hide Right Edge |
| strikethroughHorizontal | bool | Strikethrough Horizontal |
| strikethroughVertical | bool | Strikethrough Vertical |
| strikethroughBottomLeftToTopRight | bool | Strikethrough Bottom-Left to Top-Right |
| strikethroughTopLeftToBottomRight | bool | Strikethrough Top-Left to Bottom-Right |
Remarks
Example:
auto borderBox = System::MakeObject<MathBorderBox>(System::MakeObject<MathematicalText>(u"x"), true, true, true, false, true, true, true, true);
See Also
- Typedef SharedPtr
- Class IMathElement
- Class MathBorderBox
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides