set_Character()
MathAccent::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)
void Aspose::Slides::MathText::MathAccent::set_Character(char16_t value) override
Remarks
Example:
auto accent = System::MakeObject<MathematicalText>(u"x")->Accent(u'~');
char16_t ch = accent->get_Character();
See Also
- Class MathAccent
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides