CreateMathBorderBox()
Contents
[
Hide
]MathBorderBoxFactory::CreateMathBorderBox(System::SharedPtr<IMathElement>) method
Create a math border box by applying to the element
System::SharedPtr<IMathBorderBox> Aspose::Slides::MathText::MathBorderBoxFactory::CreateMathBorderBox(System::SharedPtr<IMathElement> element) override
Arguments
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | math element to apply border box |
Return Value
new border box element
MathBorderBoxFactory::CreateMathBorderBox(System::SharedPtr<IMathElement>, bool, bool, bool, bool, bool, bool, bool, bool) method
Create a math border box by applying to the element
System::SharedPtr<IMathBorderBox> Aspose::Slides::MathText::MathBorderBoxFactory::CreateMathBorderBox(System::SharedPtr<IMathElement> element, bool hideTop, bool hideBottom, bool hideLeft, bool hideRight, bool strikethroughHorizontal, bool strikethroughVertical, bool strikethroughBottomLeftToTopRight, bool strikethroughTopLeftToBottomRight) override
Arguments
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | math element to apply border box |
hideTop | bool | Hide Top Edge |
hideBottom | bool | Hide Bottom Edge |
hideLeft | bool | Hide Left Edge |
hideRight | bool | Hide Right Edge |
strikethroughHorizontal | bool | Border Box Strikethrough Horizontal |
strikethroughVertical | bool | Border Box Strikethrough Vertical |
strikethroughBottomLeftToTopRight | bool | Border Box Strikethrough Bottom-Left to Top-Right |
strikethroughTopLeftToBottomRight | bool | Border Box Strikethrough Top-Left to Bottom-Right |
Return Value
new border box element
See Also
- Typedef SharedPtr
- Class IMathBorderBox
- Class IMathElement
- Class MathBorderBoxFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides