Class TableOptions

Class TableOptions

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

Aspose.Pdf.Plugins.TableGenerator eklentisi ile belgeye tablo eklemek için seçenekleri temsil eder.

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

Miras

objectPdfGeneratorOptionsTableOptions

Uygulamalar

IPluginOptions

Miras Alınan Üyeler

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

Yapıcılar

TableOptions()

public TableOptions()

Metodlar

AddTable()

Belgeye tablo ekleme.

public TableBuilder AddTable()

Döner

TableBuilder

Aspose.Pdf.Plugins.TableBuilder için yeni bir örnek.

Create()

Aspose.Pdf.Plugins.TableOptions örneği oluşturur.

public static TableOptions Create()

Döner

TableOptions

Aspose.Pdf.Plugins.TableOptions için yeni bir örnek.

InsertPageAfter(int)

Belirtilen sayfanın ardından sayfa ekler.

public TableOptions InsertPageAfter(int page)

Parametreler

page int

Tablo eklemek için sayfa numarası.

Döner

TableOptions

Mevcut Aspose.Pdf.Plugins.TableOptions örneği.

InsertPageBefore(int)

Belirtilen sayfanın önüne sayfa ekler.

public TableOptions InsertPageBefore(int page)

Parametreler

page int

Tablo eklemek için sayfa numarası.

Döner

TableOptions

Mevcut Aspose.Pdf.Plugins.TableOptions örneği.

 Türkçe