DelimiterEquationNode类

DelimiterEquationNode类

该类指定分隔符方程,由打开和关闭分隔符(例如括号、大括号、方括号和竖线)以及其中包含的组件组成。 分隔符可以有多个组成部分,每个组成部分之间都有一个指定的分隔符。

继承: DelimiterEquationNode

DelimiterEquationNode 类型公开以下成员:

属性

属性描述
type
start_index
length
font
text_options
equation_type
begin_char分隔符的起始字符。
end_char分隔符结束字符。
nary_grow
separator_char定界符分隔符。
delimiter_shape指定分隔符对象中的分隔符的形状。

方法

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

也可以看看