get_Operator()

IMathNaryOperatorProperties::get_Operator() method

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

virtual char16_t Aspose::Slides::MathText::IMathNaryOperatorProperties::get_Operator()=0

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