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 | getJustification() | |
method | setJustification(value) | |
This specifies justification of the math paragraph (a series of adjacent equations within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. By default, the math paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole. The value of the property is EquationHorizontalJustificationType integer constant. | ||
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.
|
||
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.
|
int getJustification() / setJustification(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