Class TableBuilder
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Třída představuje builder pro tabulku na pdf stránce.
public class TableBuilder
Dědičnost
Odvozené
Děděné členy
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Metody
AddRow()
Přidá nový řádek do tabulky.
public virtual TableRowBuilder AddRow()
Vrací
Instance aktuálního Aspose.Pdf.Plugins.TableRowBuilder.
AddTable()
Přidá novou tabulku do dokumentu.
public TableBuilder AddTable()
Vrací
Instance aktuálního Aspose.Pdf.Plugins.TableBuilder.
InsertPageAfter(int)
Vloží stránku za specifikovanou stránku.
public TableOptions InsertPageAfter(int page)
Parametry
page
int
Číslo stránky, za kterou se má tabulka vložit.
Vrací
Instance aktuálního Aspose.Pdf.Plugins.TableOptions.
InsertPageBefore(int)
Vloží stránku před specifikovanou stránku.
public TableOptions InsertPageBefore(int page)
Parametry
page
int
Číslo stránky, za kterou se má tabulka vložit.
Vrací
Instance aktuálního Aspose.Pdf.Plugins.TableOptions.
Operátory
implicitní operátor TableOptions(TableBuilder)
Převede builder Aspose.Pdf.Plugins.TableBuilder na možnosti Aspose.Pdf.Plugins.TableOptions.
public static implicit operator TableOptions(TableBuilder builder)
Parametry
builder
TableBuilder
Instance aktuálního Aspose.Pdf.Plugins.TableBuilder.
Vrací
Výsledek konverze na PdfGeneratorTableOptions.