Property Getters/Setters Summary | ||
---|---|---|
method | getBeginChar() | |
method | setBeginChar(value) | |
Delimiter beginning character. | ||
method | getDelimiterShape() | |
method | setDelimiterShape(value) | |
Specifies the shape of delimiters in the delimiter object. The value of the property is EquationDelimiterShapeType integer constant. | ||
method | getEndChar() | |
method | setEndChar(value) | |
Delimiter ending character. | ||
method | getEquationType() | |
Get the equation type of the current node
The value of the property is EquationNodeType integer constant. |
||
method | getFont() | |
Returns the font of this object.
|
||
method | getLength() | |
Gets the length of the characters.
|
||
method | getNaryGrow() | |
method | setNaryGrow(value) | |
This property specifies the growth property of the delimiter at the document level. When off, the delimiter will not grow to match the size of its component height. When enabled, the delimiter grows vertically to match its component height. | ||
method | getParentNode() | |
method | setParentNode(value) | |
Specifies the parent node of the current node | ||
method | getSeparatorChar() | |
method | setSeparatorChar(value) | |
Delimiter separator character. | ||
method | getStartIndex() | |
Gets the start index of the characters.
|
||
method | getTextOptions() | |
Returns the text options.
|
||
method | getType() | |
Represents the type of the node.
The value of the property is TextNodeType integer constant. |
Method Summary | ||
---|---|---|
method | addChild(node) | |
Inserts the specified node at the end of the current node's list of child nodes.
|
||
method | addChild(equationType) | |
Insert a node of the specified type at the end of the child node list of the current node.
|
||
method | equals(obj) | |
Determine whether the current equation node is equal to the specified node
|
||
method | getChild(index) | |
Returns the node at the specified index among the children of the current node.
|
||
method | insertAfter(equationType) | |
Inserts the specified node after the current node.
|
||
method | insertBefore(equationType) | |
Inserts the specified node before the current node.
|
||
method | insertChild(index, equationType) | |
Inserts a node of the specified type at the specified index position in the current node's child node list.
|
||
method | remove() | |
Removes itself from the parent.
|
||
method | removeAllChildren() | |
Removes all the child nodes of the current node.
|
||
method | removeChild(node) | |
Removes the specified node from the current node's children.
|
||
method | removeChild(index) | |
Removes the node at the specified index from the current node's children.
|
||
method | setWordArtStyle(style) | |
Sets the preset WordArt style.
|
String getBeginChar() / setBeginChar(value)
String getEndChar() / setEndChar(value)
boolean getNaryGrow() / setNaryGrow(value)
String getSeparatorChar() / setSeparatorChar(value)
int getDelimiterShape() / setDelimiterShape(value)
EquationNode getParentNode() / setParentNode(value)
int getType()
int getEquationType()
int getStartIndex()
int getLength()
TextOptions getTextOptions()
boolean equals(obj)
obj: Object
- The specified nodeEquationNode addChild(equationType)
equationType: int
- A addChild(node)
node: EquationNode
- The specified nodeEquationNode insertChild(index, equationType)
index: int
- index valueequationType: int
- A EquationNode insertAfter(equationType)
equationType: int
- A EquationNode insertBefore(equationType)
equationType: int
- A EquationNode getChild(index)
index: int
- Index of the noderemove()
removeChild(node)
node: EquationNode
- Node to be deleted.removeChild(index)
index: int
- Index of the noderemoveAllChildren()
setWordArtStyle(style)
style: int
- A