Class TableOptions
Class TableOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
表示通过 Aspose.Pdf.Plugins.TableGenerator 插件将表添加到文档的选项。
public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions
继承
object ← PdfGeneratorOptions ← TableOptions
实现
继承成员
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()
返回
Aspose.Pdf.Plugins.TableBuilder 的新实例。
Create()
创建 Aspose.Pdf.Plugins.TableOptions 的实例。
public static TableOptions Create()
返回
Aspose.Pdf.Plugins.TableOptions 的新实例。
InsertPageAfter(int)
在指定页面之后插入页面。
public TableOptions InsertPageAfter(int page)
参数
page
int
在其后插入表格的页面编号。
返回
当前 Aspose.Pdf.Plugins.TableOptions 的实例。
InsertPageBefore(int)
在指定页面之前插入页面。
public TableOptions InsertPageBefore(int page)
参数
page
int
在其后插入表格的页面编号。
返回
当前 Aspose.Pdf.Plugins.TableOptions 的实例。