Class TableRowBuilder

信息

类表示表行的构建器。

public class TableRowBuilder : TableBuilder

继承

objectTableBuilderTableRowBuilder

派生

继承成员

方法

AddCell()

向表行添加单元格。

public virtual TableCellBuilder AddCell()

返回值

TableCellBuilder : 已创建的 Documentize.TableCellBuilder 实例。

AddRow()

重写 AddRow。

public override TableRowBuilder AddRow()

返回值

TableRowBuilder : 当前 Documentize.TableRowBuilder 的实例。

命名空间: Documentize
程序集: Documentize.dll

 中文