get_Format()

MathematicalText::get_Format() method

Text formatting properties

System::SharedPtr<IPortionFormat> Aspose::Slides::MathText::MathematicalText::get_Format() override

Remarks

Example:

auto mathText = System::MakeObject<MathematicalText>(u"x+y");
mathText->get_Format()->set_FontHeight(28.0f);

See Also