CreateMathBox()

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

Create a math box by applying to the element

virtual System::SharedPtr<IMathBox> Aspose::Slides::MathText::IMathBoxFactory::CreateMathBox(System::SharedPtr<IMathElement> element)=0

Arguments

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

Return Value

new box element

See Also