TextRunEquationNode类

TextRunEquationNode类

方程节点中的此类用于存储方程的实际内容(一串数学文本)。 通常每个角色一个节点对象。

继承: TextRunEquationNode

TextRunEquationNode 类型公开以下成员:

属性

属性描述
type
start_index
length
font
text_options
equation_type
text设置文本节点的内容(通常每个字符一个节点对象)。

方法

方法描述
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)

也可以看看