FunctionEquationNode类

FunctionEquationNode类

该类指定函数应用方程,该方程由函数名称和所作用的参数组成。 名称和参数组件的类型分别为“EquationNodeType.FunctionName”和“EquationNodeType.Base”。

继承: FunctionEquationNode

FunctionEquationNode 类型公开以下成员:

属性

属性描述
type
start_index
length
font
text_options
equation_type

方法

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

也可以看看