Property Getters/Setters Summary | ||
---|---|---|
method | getChrType() | |
method | setChrType(value) | |
Specify combining characters by type value. The value of the property is EquationCombiningCharacterType integer constant. | ||
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 | getGroupChr() | |
method | setGroupChr(value) | |
Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type. | ||
method | getLength() | |
Gets the length of the characters.
|
||
method | getParentNode() | |
method | setParentNode(value) | |
Specifies the parent node of the current node | ||
method | getPosition() | |
method | setPosition(value) | |
This attribute specifies the position of the character in the object The value of the property is EquationCharacterPositionType integer constant. | ||
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 | getVertJc() | |
method | setVertJc(value) | |
This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline. The value of the property is EquationCharacterPositionType 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 getGroupChr() / setGroupChr(value)
int getChrType() / setChrType(value)
int getPosition() / setPosition(value)
int getVertJc() / setVertJc(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