set_Value()

IMathematicalText::set_Value(System::String) method

Text value

virtual void Aspose::Slides::MathText::IMathematicalText::set_Value(System::String value)=0

Remarks

Example:

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

See Also