Class TableOptions

Class TableOptions

De naam: Aspose.Pdf.Plugins Verzameling: Aspose.PDF.dll (25.4.0)

Vertegenwoordigt de opties voor het toevoegen van een tabel aan het document door Aspose.Pdf.Plugins.TableGenerator plugin.

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

Inheritance

object PdfGeneratorOptions TableOptions

Implements

IPluginOptions

Geëerbiede leden

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

Een tabel toevoegen aan het document.

public TableBuilder AddTable()

Returns

TableBuilder

Nieuwe instantie van Aspose.Pdf.Plugins.TableBuilder.

Create()

Creëer een voorbeeld van Aspose.Pdf.Plugins.TableOptions.

public static TableOptions Create()

Returns

TableOptions

Nieuwe instantie van Aspose.Pdf.Plugins.TableOptions.

InsertPageAfter(Int)

Voer de pagina in na de aangegeven pagina.

public TableOptions InsertPageAfter(int page)

Parameters

page int

Pagina nummer om de tabel na in te voeren.

Returns

TableOptions

Instantie van de huidige Aspose.Pdf.Plugins.TableOptions.

InsertPageBefore(Int)

Voer de pagina voorafgaand aan de aangegeven pagina in.

public TableOptions InsertPageBefore(int page)

Parameters

page int

Pagina nummer om de tabel na in te voeren.

Returns

TableOptions

Instantie van de huidige Aspose.Pdf.Plugins.TableOptions.

 Nederlands