get_SeparatorCharacter()

IMathDelimiter::get_SeparatorCharacter() method

Delimiter Separator Character specifies the character that separates arguments in the delimiter object. The default: ‘|’.

virtual char16_t Aspose::Slides::MathText::IMathDelimiter::get_SeparatorCharacter()=0

Remarks

Example:

auto delimiter = System::ExplicitCast<IMathElement>(System::MakeObject<MathematicalText>(u"x")->Join(u"y"))->Enclose();
delimiter->set_SeparatorCharacter(u'$');

See Also