Property Getters/Setters Summary | ||
---|---|---|
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 | getParentNode() | |
method | setParentNode(value) | |
Specifies the parent node of the current node | ||
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.
|
||
static method | createNode(equationType, workbook, parent) | |
Create a node of the specified type.
|
||
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.
|
EquationNode getParentNode() / setParentNode(value)
int getType()
int getEquationType()
int getStartIndex()
int getLength()
TextOptions getTextOptions()
EquationNode 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()
boolean equals(obj)
obj: Object
- The specified nodestatic EquationNode createNode(equationType, workbook, parent)
equationType: int
- A workbook: Workbook
- The workbook object associated with the equationparent: EquationNode
- The parent node where this node is locatedsetWordArtStyle(style)
style: int
- A