Class TableBuilder

信息

类表示 PDF 页面中表格的构建器。

public class TableBuilder

继承

objectTableBuilder

派生

继承成员

方法

AddRow()

向表格添加新行。

public virtual TableRowBuilder AddRow()

返回值

TableRowBuilder : 当前 Documentize.TableRowBuilder 的实例。

AddTable()

向文档添加新表格。

public TableBuilder AddTable()

返回值

TableBuilder : 当前 Documentize.TableBuilder 的实例。

InsertPageAfter(int)

在指定页面之后插入页面。

public TableOptions InsertPageAfter(int page)

参数

  • page int: 要在其后插入表格的页面编号。

返回值

TableOptions : 当前 Documentize.TableOptions 的实例。

InsertPageBefore(int)

在指定页面之前插入页面。

public TableOptions InsertPageBefore(int page)

参数

  • page int: 要在其后插入表格的页面编号。

返回值

TableOptions : 当前 Documentize.TableOptions 的实例。

运算符

implicit operator TableOptions(TableBuilder)

将构建器 Documentize.TableBuilder 转换为选项 Documentize.TableOptions

public static implicit operator TableOptions(TableBuilder builder)

参数

  • builder TableBuilder: 当前 Documentize.TableBuilder 的实例。

返回值

TableOptions : 转换为 PdfGeneratorTableOptions 的结果。

Namespace: Documentize Assembly: Documentize.dll

 中文