MathBox()

MathBox::MathBox(System::SharedPtr<IMathElement>) constructor

Initializes MathBox with the specified element as an argument

Aspose::Slides::MathText::MathBox::MathBox(System::SharedPtr<IMathElement> element)

Arguments

ParameterTypeDescription
elementSystem::SharedPtr<IMathElement>The base element to which the box is applied. Can be null.

Remarks

Example:

auto box = System::MakeObject<MathBox>(System::MakeObject<MathematicalText>(u"=="));

See Also