Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacter method

AccentEquationNode::SetAccentCharacter(const U16String&) method

This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type.

void Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacter(const U16String &value)

Remarks

It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted.

See Also

AccentEquationNode::SetAccentCharacter(const char16_t*) method

This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type.

void Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacter(const char16_t *value)

Remarks

It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted.

See Also