Class TableOptions

Class TableOptions

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

Representerar alternativ för att lägga till en tabell i dokumentet via Aspose.Pdf.Plugins.TableGenerator-pluginen.

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

Arv

objectPdfGeneratorOptionsTableOptions

Implementerar

IPluginOptions

Arvda medlemmar

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

Konstruktörer

TableOptions()

public TableOptions()

Metoder

AddTable()

Lägger till en tabell i dokumentet.

public TableBuilder AddTable()

Återgår

TableBuilder

Ny instans av Aspose.Pdf.Plugins.TableBuilder.

Create()

Skapa instans av Aspose.Pdf.Plugins.TableOptions.

public static TableOptions Create()

Återgår

TableOptions

Ny instans av Aspose.Pdf.Plugins.TableOptions.

InsertPageAfter(int)

Infoga sida efter angiven sida.

public TableOptions InsertPageAfter(int page)

Parametrar

page int

Sidnummer för att infoga tabellen efter.

Återgår

TableOptions

Instans av nuvarande Aspose.Pdf.Plugins.TableOptions.

InsertPageBefore(int)

Infoga sida före angiven sida.

public TableOptions InsertPageBefore(int page)

Parametrar

page int

Sidnummer för att infoga tabellen efter.

Återgår

TableOptions

Instans av nuvarande Aspose.Pdf.Plugins.TableOptions.

 Svenska