public class DelimiterEquationNode 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 |
getBeginChar()
Delimiter beginning character.
|
int |
getDelimiterShape()
Specifies the shape of delimiters in the delimiter object.
|
java.lang.String |
getEndChar()
Delimiter ending character.
|
boolean |
getNaryGrow() |
java.lang.String |
getSeparatorChar()
Delimiter separator character.
|
void |
setBeginChar(java.lang.String value)
Delimiter beginning character.
|
void |
setDelimiterShape(int value)
Specifies the shape of delimiters in the delimiter object.
|
void |
setEndChar(java.lang.String value)
Delimiter ending character.
|
void |
setNaryGrow(boolean value) |
void |
setSeparatorChar(java.lang.String value)
Delimiter separator character.
|
addChild, addChild, createNode, getChild, getEquationType, getParentNode, getType, insertAfter, insertBefore, insertChild, remove, removeAllChildren, removeChild, removeChild, setParentNode, toLaTeX, toMathMLgetFont, getLength, getStartIndex, getTextOptions, setWordArtStylepublic java.lang.String getBeginChar()
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 setBeginChar(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 java.lang.String getEndChar()
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 setEndChar(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 boolean getNaryGrow()
public void setNaryGrow(boolean value)
public java.lang.String getSeparatorChar()
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 setSeparatorChar(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 getDelimiterShape()
public void setDelimiterShape(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.