ArrayEquationNode class

ArrayEquationNode class

Specifies the Equation-Array function, an object consisting of one or more equations.

Inheritance: ArrayEquationNodeEquationNodeFontSetting

The ArrayEquationNode type exposes the following members:

Properties

PropertyDescription
typeRepresents the type of the node.
start_indexGets the start index of the characters.
lengthGets the length of the characters.
fontReturns the font of this object.
text_optionsReturns the text options.
parent_nodeSpecifies the parent node of the current node
equation_typeGet the equation type of the current node

Methods

MethodDescription
add_child(self, equation_type)Insert a node of the specified type at the end of the child node list of the current node.
add_child(self, node)Inserts the specified node at the end of the current node’s list of child nodes.
remove_child(self, node)Removes the specified node from the current node’s children.
remove_child(self, index)Removes the node at the specified index from the current node’s children.
set_word_art_style(self, style)Sets the preset WordArt style.
to_la_te_x(self)Convert this equtation to LaTeX expression.
to_math_ml(self)Convert this equtation to MathML expression.
insert_child(self, index, equation_type)Inserts a node of the specified type at the specified index position in the current node’s child node list.
insert_after(self, equation_type)Inserts the specified node after the current node.
insert_before(self, equation_type)Inserts the specified node before the current node.
get_child(self, index)Returns the node at the specified index among the children of the current node.
remove(self)Removes itself from the parent.
remove_all_children(self)Removes all the child nodes of the current node.
create_node(, equation_type, workbook, parent)Create a node of the specified type.

See Also