get_Format()

IMathematicalText::get_Format() method

Text formatting properties

virtual System::SharedPtr<IPortionFormat> Aspose::Slides::MathText::IMathematicalText::get_Format()=0

Remarks

Example:

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

See Also