set_AlignmentPoint()

MathBox::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

void Aspose::Slides::MathText::MathBox::set_AlignmentPoint(bool value) override

Remarks

Example:

auto box = System::MakeObject<MathematicalText>(u"==")->ToBox();
box->set_AlignmentPoint(true);

See Also