Property Getters/Setters Summary | ||
---|---|---|
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 | isHideSubscript() | |
function | setHideSubscript(value) | |
Whether to display the lower bound | ||
function | isHideSuperscript() | |
function | setHideSuperscript(value) | |
Whether to display the upper bound | ||
function | getLength() | |
Gets the length of the characters.
|
||
function | getLimitLocation() | |
function | setLimitLocation(value) | |
This attribute specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator. The value of the property is EquationLimitLocationType integer constant. | ||
function | getNaryGrow() | |
function | setNaryGrow(value) | |
This attribute specifies the growth property of n-ary operators at the document level. When off, n-ary operators such as integrals and summations do not grow to match the size of their operand height. When on, the n-ary operator grows vertically to match its operand height. | ||
function | getNaryOperator() | |
function | setNaryOperator(value) | |
an n-ary operator.e.g "∑". It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type. | ||
function | getNaryOperatorType() | |
function | setNaryOperatorType(value) | |
an n-ary operator.e.g "∑" The value of the property is EquationMathematicalOperatorType integer constant. | ||
function | getParentNode() | |
function | setParentNode(value) | |
Specifies the parent node of the current node | ||
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 isHideSubscript() / function setHideSubscript(value)
function isHideSuperscript() / function setHideSuperscript(value)
function getLimitLocation() / function setLimitLocation(value)
function getNaryOperator() / function setNaryOperator(value)
function getNaryOperatorType() / function setNaryOperatorType(value)
function getNaryGrow() / function setNaryGrow(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