set_Character()

IMathAccent::set_Character(char16_t) 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)

virtual void Aspose::Slides::MathText::IMathAccent::set_Character(char16_t value)=0

Remarks

Example:

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

See Also