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, IPluginOptionsInheritance
object ← PdfGeneratorOptions ← TableOptions
Implements
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
Nový príklad Aspose.Pdf.Plugins.TableBuilder.
Create()
Vytvorte príklad Aspose.Pdf.Plugins.TableOptions.
public static TableOptions Create()Returns
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
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
Inštalácia aktuálnych Aspose.Pdf.Plugins.TableOptions.