public class GroupCharacterEquationNode 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
|
int |
getChrType()
Specify combining characters by type value.
|
java.lang.String |
getGroupChr()
Specifies a symbol(default U+23DF).
|
int |
getPosition()
This attribute specifies the position of the character in the object
|
int |
getVertJc()
This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object.
|
void |
setChrType(int value)
Specify combining characters by type value.
|
void |
setGroupChr(java.lang.String value)
Specifies a symbol(default U+23DF).
|
void |
setPosition(int value)
This attribute specifies the position of the character in the object
|
void |
setVertJc(int value)
This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object.
|
addChild, addChild, createNode, getChild, getEquationType, getParentNode, getType, insertAfter, insertBefore, insertChild, remove, removeAllChildren, removeChild, removeChild, setParentNode, toLaTeX, toMathMLgetFont, getLength, getStartIndex, getTextOptions, setWordArtStylepublic java.lang.String getGroupChr()
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 setGroupChr(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 getChrType()
public void setChrType(int value)
public int getPosition()
public void setPosition(int value)
public int getVertJc()
public void setVertJc(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.