Class TableOptions

Class TableOptions

Pôvodný názov: Aspose.Pdf.Plugins Zhromaždenie: Aspose.PDF.dll (25.5.0)

Predstavuje možnosti pridať tabuľku do dokumentu pomocou aplikácie Aspose.Pdf.Plugins.TableGenerator plugin.

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

Inheritance

object PdfGeneratorOptions TableOptions

Implements

IPluginOptions

Z dedičných členov

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

Pridanie tabuľky do dokumentu.

public TableBuilder AddTable()

Returns

TableBuilder

Nový príklad Aspose.Pdf.Plugins.TableBuilder.

Create()

Vytvorte príklad Aspose.Pdf.Plugins.TableOptions.

public static TableOptions Create()

Returns

TableOptions

Nový príklad Aspose.Pdf.Plugins.TableOptions.

InsertPageAfter(int)

Vložte stránku po špecifikovanej stránke.

public TableOptions InsertPageAfter(int page)

Parameters

page int

Číslo stránky na vloženie tabuľky po.

Returns

TableOptions

Inštalácia aktuálnych Aspose.Pdf.Plugins.TableOptions.

InsertPageBefore(int)

Vložte stránku pred stanovenou stránkou.

public TableOptions InsertPageBefore(int page)

Parameters

page int

Číslo stránky na vloženie tabuľky po.

Returns

TableOptions

Inštalácia aktuálnych Aspose.Pdf.Plugins.TableOptions.

 Slovenčina