MatrixEquationNode类

MatrixEquationNode类

此类指定矩阵方程,由一行或多行和一列或多列中的一个或多个元素组成。

继承: MatrixEquationNode

MatrixEquationNode 类型公开以下成员:

属性

属性描述
type
start_index
length
font
text_options
equation_type
base_jc此属性指定矩阵的对齐方式。矩阵外部的文本可以与矩阵函数的底部、顶部或中心对齐。默认情况下,矩阵采用居中对齐。
is_hide_placeholder此属性指定矩阵的“隐藏占位符”属性。启用此属性时,占位符不会显示在矩阵中。默认情况下,占位符会显示,以便插入文本的位置可见。

方法

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

也可以看看