AccentEquationNode klass

AccentEquationNode klass

Denna klass specificerar en accentekvation, bestående av en baskomponent och ett kombinerande diakritiskt tecken.

Arv: AccentEquationNode

Typen AccentEquationNode avslöjar följande medlemmar:

Egenskaper

Fast egendomBeskrivning
type
start_index
length
font
text_options
equation_type
accent_characterDet här attributet anger vilken typ av kombinerande diakritiskt tecken som är fäst vid basen av accentfunktionen. Standardaccenttecknet är U+0302.
Det rekommenderas starkt att använda attributet AccentType för att ange accenttecken.
Använd den här egenskapsinställningen om du inte hittar det tecken du behöver i en känd typ.
accent_character_typeAnge kombinationen av tecken efter typvärde.

Metoder

MetodBeskrivning
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)

Se även