Class TableOptions

Class TableOptions

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

Reprezentuje opcje dodawania tabeli do dokumentu za pomocą wtyczki Aspose.Pdf.Plugins.TableGenerator.

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

Dziedziczenie

objectPdfGeneratorOptionsTableOptions

Implementuje

IPluginOptions

Członkowie dziedziczeni

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

Konstruktory

TableOptions()

public TableOptions()

Metody

AddTable()

Dodawanie tabeli do dokumentu.

public TableBuilder AddTable()

Zwraca

TableBuilder

Nowa instancja Aspose.Pdf.Plugins.TableBuilder.

Create()

Tworzy instancję Aspose.Pdf.Plugins.TableOptions.

public static TableOptions Create()

Zwraca

TableOptions

Nowa instancja Aspose.Pdf.Plugins.TableOptions.

InsertPageAfter(int)

Wstawia stronę po określonej stronie.

public TableOptions InsertPageAfter(int page)

Parametry

page int

Numer strony, po której ma zostać wstawiona tabela.

Zwraca

TableOptions

Instancja bieżącej Aspose.Pdf.Plugins.TableOptions.

InsertPageBefore(int)

Wstawia stronę przed określoną stroną.

public TableOptions InsertPageBefore(int page)

Parametry

page int

Numer strony, przed którą ma zostać wstawiona tabela.

Zwraca

TableOptions

Instancja bieżącej Aspose.Pdf.Plugins.TableOptions.

 Polski