get_Value()

IMathematicalText::get_Value() method

Text value

virtual System::String Aspose::Slides::MathText::IMathematicalText::get_Value()=0

Remarks

Example:

auto mathText = System::MakeObject<MathematicalText>(u"x+y");
System::String textValue = mathText->get_Value();

See Also