set_Operator()

MathNaryOperator::set_Operator(char16_t) method

Nary Operator Character For example: ‘\u2211’, ‘\u222B’

void Aspose::Slides::MathText::MathNaryOperator::set_Operator(char16_t value) override

Remarks

Example:

auto naryOperator = System::MakeObject<MathematicalText>(u"x")->Nary(MathNaryOperatorTypes::Summation, u"x=1", u"100");
char16_t operatorSymbol = naryOperator->get_Operator();

See Also