public class NaryEquationNode 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 |
getLimitLocation()
This attribute specifies the location of limits in n-ary operators.
|
boolean |
getNaryGrow()
This attribute specifies the growth property of n-ary operators at the document level.
|
java.lang.String |
getNaryOperator()
an n-ary operator.e.g "鈭?.
|
int |
getNaryOperatorType()
an n-ary operator.e.g "鈭?
|
boolean |
isHideSubscript()
Whether to display the lower bound
|
boolean |
isHideSuperscript()
Whether to display the upper bound
|
void |
setHideSubscript(boolean value)
Whether to display the lower bound
|
void |
setHideSuperscript(boolean value)
Whether to display the upper bound
|
void |
setLimitLocation(int value)
This attribute specifies the location of limits in n-ary operators.
|
void |
setNaryGrow(boolean value)
This attribute specifies the growth property of n-ary operators at the document level.
|
void |
setNaryOperator(java.lang.String value)
an n-ary operator.e.g "鈭?.
|
void |
setNaryOperatorType(int value)
an n-ary operator.e.g "鈭?
|
addChild, addChild, createNode, getChild, getEquationType, getParentNode, getType, insertAfter, insertBefore, insertChild, remove, removeAllChildren, removeChild, removeChild, setParentNode, toLaTeX, toMathMLgetFont, getLength, getStartIndex, getTextOptions, setWordArtStylepublic boolean isHideSubscript()
public void setHideSubscript(boolean value)
public boolean isHideSuperscript()
public void setHideSuperscript(boolean value)
public int getLimitLocation()
public void setLimitLocation(int value)
public java.lang.String getNaryOperator()
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 setNaryOperator(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 getNaryOperatorType()
public void setNaryOperatorType(int value)
public boolean getNaryGrow()
public void setNaryGrow(boolean 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.