set_AlignmentPoint()
IMathBox::set_AlignmentPoint(bool) method
When true, this operator emulator serves as an alignment point; that is, designated alignment points in other equations can be aligned with it. Default: false
virtual void Aspose::Slides::MathText::IMathBox::set_AlignmentPoint(bool value)=0
Remarks
Example:
auto box = System::MakeObject<MathematicalText>(u"==")->ToBox();
box->set_AlignmentPoint(true);
See Also
- Class IMathBox
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides