EquationNodeParagraph classe

EquationNodeParagraph classe

Cette classe spécifie un paragraphe mathématique contenant un ou plusieurs éléments MathEquationNode(OMath).

Héritage: EquationNodeParagraph

Le type EquationNodeParagraph expose les membres suivants :

Propriétés

PropriétéDescription
type
start_index
length
font
text_options
equation_type
justificationCeci spécifie la justification du paragraphe mathématique (une série d’équations adjacentes au sein d’un même paragraphe). Un paragraphe mathématique peut être justifié à gauche, à droite, centré ou groupé. Par défaut, le paragraphe mathématique est centré. Cela signifie que les équations peuvent être alignées les unes par rapport aux autres, mais que le groupe d’équations est centré dans son ensemble.

Méthodes

MéthodeDescription
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)

Voir également