Accent()
MathElementBase::Accent(char16_t) method
Sets an accent mark (a character on the top of this element)
System::SharedPtr<IMathAccent> Aspose::Slides::MathText::MathElementBase::Accent(char16_t accentCharacter) override
Arguments
Parameter | Type | Description |
---|---|---|
accentCharacter | char16_t | Accent character. The value should be within the range of (U+0300\u2013U+036F) or (U+20D0\u2013U+20EF) |
Return Value
New instance of type IMathAccent
Remarks
Example:
auto accent = System::MakeObject<MathematicalText>(u"x")->Accent(u'~');
See Also
- Typedef SharedPtr
- Class IMathAccent
- Class MathElementBase
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides