public class AccentEquationNode extends EquationNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determine whether the current equation node is equal to the specified node
|
java.lang.String |
getAccentCharacter()
This attribute specifies the type of combining diacritical mark attached to the base of the accent function.
|
int |
getAccentCharacterType()
Specify combining characters by type value.
|
void |
setAccentCharacter(java.lang.String value)
This attribute specifies the type of combining diacritical mark attached to the base of the accent function.
|
void |
setAccentCharacterType(int value)
Specify combining characters by type value.
|
addChild, addChild, createNode, getChild, getEquationType, getParentNode, getType, insertAfter, insertBefore, insertChild, remove, removeAllChildren, removeChild, removeChild, setParentNode, toLaTeX, toMathMLgetFont, getLength, getStartIndex, getTextOptions, setWordArtStylepublic java.lang.String getAccentCharacter()
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.public void setAccentCharacter(java.lang.String 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.public int getAccentCharacterType()
public void setAccentCharacterType(int value)
public boolean equals(java.lang.Object obj)
equals in class EquationNodeobj - The specified nodeSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.