GroupCharacterEquationNode class

GroupCharacterEquationNode class

This class specifies the Group-Character function, consisting of a character drawn above or below text, often with the purpose of visually grouping items.

Inheritance: GroupCharacterEquationNode

The GroupCharacterEquationNode type exposes the following members:

Properties

PropertyDescription
type
start_index
length
font
text_options
parent_node
equation_type
group_chrSpecifies a symbol(default U+23DF).
It is strongly recommended to use attribute ChrType to set accent character.
Use this property setting if you cannot find the character you need in a known type.
chr_typeSpecify combining characters by type value.
positionThis attribute specifies the position of the character in the object
vert_jcThis attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline.

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