Class TableOptions

Class TableOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

表示通过 Aspose.Pdf.Plugins.TableGenerator 插件将表添加到文档的选项。

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

继承

objectPdfGeneratorOptionsTableOptions

实现

IPluginOptions

继承成员

PdfGeneratorOptions.AddInput(IDataSource), PdfGeneratorOptions.AddOutput(IDataSource), PdfGeneratorOptions.Inputs, PdfGeneratorOptions.Outputs, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

构造函数

TableOptions()

public TableOptions()

方法

AddTable()

向文档添加表格。

public TableBuilder AddTable()

返回

TableBuilder

Aspose.Pdf.Plugins.TableBuilder 的新实例。

Create()

创建 Aspose.Pdf.Plugins.TableOptions 的实例。

public static TableOptions Create()

返回

TableOptions

Aspose.Pdf.Plugins.TableOptions 的新实例。

InsertPageAfter(int)

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

public TableOptions InsertPageAfter(int page)

参数

page int

在其后插入表格的页面编号。

返回

TableOptions

当前 Aspose.Pdf.Plugins.TableOptions 的实例。

InsertPageBefore(int)

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

public TableOptions InsertPageBefore(int page)

参数

page int

在其后插入表格的页面编号。

返回

TableOptions

当前 Aspose.Pdf.Plugins.TableOptions 的实例。

 中文