get_Character()

MathAccent::get_Character() method

Accent Character The value should be within the range of (U+0300\u2013U+036F) or(U+20D0\u2013U+20EF) Default value: Combining Circumflex Accent (U+0302)

char16_t Aspose::Slides::MathText::MathAccent::get_Character() override

Remarks

Example:

auto accent = System::MakeObject<MathematicalText>(u"x")->Accent(u'~');
char16_t ch = accent->get_Character();

See Also