EquationComponentNode class

EquationComponentNode class

This class specifies the components of an equation or mathematical expression. Different types of components combined into different equations. For example, a fraction consists of two parts, a numerator component and a denominator component. For more component types, please refer to ‘EquationNodeType’.

Inheritance: EquationComponentNode

The EquationComponentNode type exposes the following members:

Properties

PropertyDescription
type
start_index
length
font
text_options
parent_node
equation_type

Methods

MethodDescription
add_child(self, equation_type)
add_child(self, node)
remove_child(self, node)
remove_child(self, index)
set_word_art_style(self, style)
to_la_te_x(self)
to_math_ml(self)
insert_child(self, index, equation_type)
insert_after(self, equation_type)
insert_before(self, equation_type)
get_child(self, index)
remove(self)
remove_all_children(self)
create_node(, equation_type, workbook, parent)

See Also