Property Getters/Setters Summary | ||
---|---|---|
function | getBeginChar() | |
function | setBeginChar(value) | |
Delimiter beginning character. | ||
function | getDelimiterShape() | |
function | setDelimiterShape(value) | |
Specifies the shape of delimiters in the delimiter object. The value of the property is EquationDelimiterShapeType integer constant. | ||
function | getEndChar() | |
function | setEndChar(value) | |
Delimiter ending character. | ||
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 | getLength() | |
Gets the length of the characters.
|
||
function | getNaryGrow() | |
function | 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. | ||
function | getParentNode() | |
function | setParentNode(value) | |
Specifies the parent node of the current node | ||
function | getSeparatorChar() | |
function | setSeparatorChar(value) | |
Delimiter separator character. | ||
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. |
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 getBeginChar() / function setBeginChar(value)
function getEndChar() / function setEndChar(value)
function getNaryGrow() / function setNaryGrow(value)
function getSeparatorChar() / function setSeparatorChar(value)
function getDelimiterShape() / function setDelimiterShape(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