Class TableOptions

Class TableOptions

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

Mewakili opsi untuk menambahkan tabel ke dokumen melalui plugin Aspose.Pdf.Plugins.TableGenerator.

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

Pewarisan

objectPdfGeneratorOptionsTableOptions

Mengimplementasikan

IPluginOptions

Anggota yang Dwarisi

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

Konstruktor

TableOptions()

public TableOptions()

Metode

AddTable()

Menambahkan tabel ke dokumen.

public TableBuilder AddTable()

Mengembalikan

TableBuilder

Instansi baru dari Aspose.Pdf.Plugins.TableBuilder.

Create()

Membuat instansi dari Aspose.Pdf.Plugins.TableOptions.

public static TableOptions Create()

Mengembalikan

TableOptions

Instansi baru dari Aspose.Pdf.Plugins.TableOptions.

InsertPageAfter(int)

Menyisipkan halaman setelah halaman yang ditentukan.

public TableOptions InsertPageAfter(int page)

Parameter

page int

Nomor halaman untuk menyisipkan tabel setelahnya.

Mengembalikan

TableOptions

Instansi dari Aspose.Pdf.Plugins.TableOptions saat ini.

InsertPageBefore(int)

Menyisipkan halaman sebelum halaman yang ditentukan.

public TableOptions InsertPageBefore(int page)

Parameter

page int

Nomor halaman untuk menyisipkan tabel setelahnya.

Mengembalikan

TableOptions

Instansi dari Aspose.Pdf.Plugins.TableOptions saat ini.

 Indonesia