类 表格选项

信息

表示通过 Documentize.TableGenerator 插件将表格添加到文档的选项。

public sealed class TableOptions : PluginBaseOptions, IPluginOptions

继承

objectPluginBaseOptionsTableOptions

实现

继承成员

构造函数

TableOptions()

使用默认选项初始化 Documentize.TableOptions 对象的新实例。

public TableOptions()

方法

AddTable()

将表添加到文档。

public TableBuilder AddTable()

返回

TableBuilder : Documentize.TableBuilder 的新实例。

Create()

创建 Documentize.TableOptions 的实例。

public static TableOptions Create()

返回

TableOptions : Documentize.TableOptions 的新实例。

InsertPageAfter(int)

在指定页面后插入页面。

public TableOptions InsertPageAfter(int page)

参数

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

返回

TableOptions : 当前 Documentize.TableOptions 的实例。

InsertPageBefore(int)

在指定页面前插入页面。

public TableOptions InsertPageBefore(int page)

参数

  • page int: 插入表前要插入的页面编号。

返回

TableOptions : 当前 Documentize.TableOptions 的实例。

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

 中文