类 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

2024年12月29日
 中文