get_Value()

MathematicalText::get_Value() method

Text value

System::String Aspose::Slides::MathText::MathematicalText::get_Value() override

Remarks

Example:

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

See Also