EquationNodeParagraph class

EquationNodeParagraph class

This class specifies a mathematical paragraph containing one or more MathEquationNode(OMath) elements.

Inheritance: EquationNodeParagraph

The EquationNodeParagraph type exposes the following members:

Properties

PropertyDescription
type
start_index
length
font
text_options
parent_node
equation_type
justificationThis specifies justification of the math paragraph (a series of adjacent equations within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. By default, the math paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole.

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