CreateMathBorderBox()

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

ParameterTypeDescription
elementSystem::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

ParameterTypeDescription
elementSystem::SharedPtr<IMathElement>math element to apply border box
hideTopboolHide Top Edge
hideBottomboolHide Bottom Edge
hideLeftboolHide Left Edge
hideRightboolHide Right Edge
strikethroughHorizontalboolBorder Box Strikethrough Horizontal
strikethroughVerticalboolBorder Box Strikethrough Vertical
strikethroughBottomLeftToTopRightboolBorder Box Strikethrough Bottom-Left to Top-Right
strikethroughTopLeftToBottomRightboolBorder Box Strikethrough Top-Left to Bottom-Right

Return Value

new border box element

See Also