Property Getters/Setters Summary | ||
---|---|---|
function | getChrType() | |
function | setChrType(value) | |
Specify combining characters by type value. The value of the property is EquationCombiningCharacterType integer constant. | ||
function | getEquationType() | |
Get the equation type of the current node
The value of the property is EquationNodeType integer constant. |
||
function | getFont() | |
Returns the font of this object.
|
||
function | getGroupChr() | |
function | 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. | ||
function | getLength() | |
Gets the length of the characters.
|
||
function | getParentNode() | |
function | setParentNode(value) | |
Specifies the parent node of the current node | ||
function | getPosition() | |
function | setPosition(value) | |
This attribute specifies the position of the character in the object The value of the property is EquationCharacterPositionType integer constant. | ||
function | getStartIndex() | |
Gets the start index of the characters.
|
||
function | getTextOptions() | |
Returns the text options.
|
||
function | getType() | |
Represents the type of the node.
The value of the property is TextNodeType integer constant. |
||
function | getVertJc() | |
function | 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 | ||
---|---|---|
function | addChild(node) | |
Inserts the specified node at the end of the current node's list of child nodes.
|
||
function | addChild(equationType) | |
Insert a node of the specified type at the end of the child node list of the current node.
|
||
function | equals(obj) | |
Determine whether the current equation node is equal to the specified node
|
||
function | getChild(index) | |
Returns the node at the specified index among the children of the current node.
|
||
function | insertAfter(equationType) | |
Inserts the specified node after the current node.
|
||
function | insertBefore(equationType) | |
Inserts the specified node before the current node.
|
||
function | insertChild(index, equationType) | |
Inserts a node of the specified type at the specified index position in the current node's child node list.
|
||
function | remove() | |
Removes itself from the parent.
|
||
function | removeAllChildren() | |
Removes all the child nodes of the current node.
|
||
function | removeChild(node) | |
Removes the specified node from the current node's children.
|
||
function | removeChild(index) | |
Removes the node at the specified index from the current node's children.
|
||
function | setWordArtStyle(style) | |
Sets the preset WordArt style.
|
function getGroupChr() / function setGroupChr(value)
function getChrType() / function setChrType(value)
function getPosition() / function setPosition(value)
function getVertJc() / function setVertJc(value)
function getParentNode() / function setParentNode(value)
function getType()
function getEquationType()
function getStartIndex()
function getLength()
function getFont()
function getTextOptions()
function equals(obj)
obj: Object
- The specified nodefunction addChild(equationType)
equationType: Number
- A function addChild(node)
node: EquationNode
- The specified nodefunction insertChild(index, equationType)
index: Number
- index valueequationType: Number
- A function insertAfter(equationType)
equationType: Number
- A function insertBefore(equationType)
equationType: Number
- A function getChild(index)
index: Number
- Index of the nodefunction remove()
function removeChild(node)
node: EquationNode
- Node to be deleted.function removeChild(index)
index: Number
- Index of the nodefunction removeAllChildren()
function setWordArtStyle(style)
style: Number
- A