Class TableCellBuilder

信息

类表示表格单元的构建器。

public class TableCellBuilder : TableRowBuilder

继承关系

objectTableBuilderTableRowBuilderTableCellBuilder

继承的成员

方法

AddCell()

添加单元格到表格。

public override TableCellBuilder AddCell()

返回值

TableCellBuilder : 当前 Documentize.TableCellBuilder 的实例。

AddParagraph(params string[])

向表格单元添加段落。

public TableCellBuilder AddParagraph(params string[] paragraphs)

参数

  • paragraphs string[]: 段落的文本。

返回值

TableCellBuilder : 当前 Documentize.TableCellBuilder 的实例。

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

2025年8月12日
 中文