Class TableOptions
TableOptions class
表示通过 TableGenerator 插件将表添加到文档的选项。
public sealed class TableOptions : PdfGeneratorOptions
Constructors
| Name | Description |
|---|---|
| TableOptions() | 默认构造函数。 |
Properties
| Name | Description |
|---|---|
| Inputs { get; } | 返回 PdfGenerator 插件数据集合。 |
| Outputs { get; } | 获取用于保存操作结果的添加目标集合。 |
Methods
| Name | Description |
|---|---|
| static Create() | 创建 TableOptions 实例。 |
| AddInput(IDataSource) | 将新数据源添加到 PdfGenerator 插件数据集合。 |
| AddOutput(IDataSource) | 将新数据源添加到 PdfGenerator 插件数据集合。 |
| AddTable() | 将表添加到文档。 |
| InsertPageAfter(int) | 在指定页面后插入页面。 |
| InsertPageBefore(int) | 在指定页面前插入页面。 |
See Also
- class PdfGeneratorOptions
- namespace Aspose.Pdf.Plugins
- assembly Aspose.PDF