CreateMathBox()

MathBoxFactory::CreateMathBox(System::SharedPtr<IMathElement>) method

Create a math box by applying to the element

System::SharedPtr<IMathBox> Aspose::Slides::MathText::MathBoxFactory::CreateMathBox(System::SharedPtr<IMathElement> element) override

Arguments

ParameterTypeDescription
elementSystem::SharedPtr<IMathElement>math element to apply box

Return Value

new box element

See Also