set_Value()

MathematicalText::set_Value(System::String) method

Text value

void Aspose::Slides::MathText::MathematicalText::set_Value(System::String value) override

Remarks

Example:

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

See Also