Class TableOptions

信息

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

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

 中文