Class TableOptions

Class TableOptions

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

Represents options for add table to document by Aspose.Pdf.Plugins.TableGenerator plugin.

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

Inheritance

objectPdfGeneratorOptionsTableOptions

Implements

IPluginOptions

Inherited Members

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()

Constructors

TableOptions()

public TableOptions()

Methods

AddTable()

Adding table to document.

public TableBuilder AddTable()

Returns

TableBuilder

New instance of Aspose.Pdf.Plugins.TableBuilder.

Create()

Create instance of Aspose.Pdf.Plugins.TableOptions.

public static TableOptions Create()

Returns

TableOptions

New instance of Aspose.Pdf.Plugins.TableOptions.

InsertPageAfter(int)

Insert page after specified page.

public TableOptions InsertPageAfter(int page)

Parameters

page int

Page number to insert table after.

Returns

TableOptions

Instance of current Aspose.Pdf.Plugins.TableOptions.

InsertPageBefore(int)

Insert page before specified page.

public TableOptions InsertPageBefore(int page)

Parameters

page int

Page number to insert table after.

Returns

TableOptions

Instance of current Aspose.Pdf.Plugins.TableOptions.

 English