Třída TableBuilder
Info
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í
TableRowBuilder : Instance aktuálního Documentize.TableRowBuilder.
AddTable()
Přidá novou tabulku do dokumentu.
public TableBuilder AddTable()
Vrací
TableBuilder : Instance aktuálního Documentize.TableBuilder.
InsertPageAfter(int)
Vloží stránku za určenou stránku.
public TableOptions InsertPageAfter(int page)
Parametry
page
int: Číslo stránky, za kterou se má tabulka vložit.
Vrací
TableOptions : Instance aktuálního Documentize.TableOptions.
InsertPageBefore(int)
Vloží stránku před určenou stránku.
public TableOptions InsertPageBefore(int page)
Parametry
page
int: Číslo stránky, před kterou se má tabulka vložit.
Vrací
TableOptions : Instance aktuálního Documentize.TableOptions.
Operátory
implicit operator TableOptions(TableBuilder)
Převádí builder Documentize.TableBuilder na možnosti Documentize.TableOptions
public static implicit operator TableOptions(TableBuilder builder)
Parametry
builder
TableBuilder: Instance aktuálního Documentize.TableBuilder.
Vrací
TableOptions : Výsledek převodu na PdfGeneratorTableOptions.
Namespace: Documentize Assembly: Documentize.dll