ToBox()
MathElementBase::ToBox() method
Places this element in a non-visual box (logical grouping) which is used to group components of an equation or other instance of mathematical text. A boxed object can (for example) serve as an operator emulator with or without an alignment point, serve as a line break point, or be grouped such as not to allow line breaks within.
System::SharedPtr<IMathBox> Aspose::Slides::MathText::MathElementBase::ToBox() override
Return Value
Logical box with this element placed inside
Remarks
Example:
auto box = System::MakeObject<MathematicalText>(u"x:=y")->ToBox();
See Also
- Typedef SharedPtr
- Class IMathBox
- Class MathElementBase
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides