get_Operator()

MathNaryOperator::get_Operator() method

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

char16_t Aspose::Slides::MathText::MathNaryOperator::get_Operator() 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