Klasa TableBuilder
Info
Klasa reprezentuje builder dla tabeli w stronie pdf.
public class TableBuilder
Dziedziczenie
Pochodne
Członkowie dziedziczeni
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Metody
AddRow()
Dodaje nowy wiersz do tabeli.
public virtual TableRowBuilder AddRow()
Zwraca
TableRowBuilder : Instancja aktualnego Documentize.TableRowBuilder.
AddTable()
Dodaje nową tabelę do dokumentu.
public TableBuilder AddTable()
Zwraca
TableBuilder : Instancja aktualnego Documentize.TableBuilder.
InsertPageAfter(int)
Wstawia stronę po określonej stronie.
public TableOptions InsertPageAfter(int page)
Parametry
page
int: Numer strony, po której należy wstawić tabelę.
Zwraca
TableOptions : Instancja aktualnego Documentize.TableOptions.
InsertPageBefore(int)
Wstawia stronę przed określoną stroną.
public TableOptions InsertPageBefore(int page)
Parametry
page
int: Numer strony, przed którą należy wstawić tabelę.
Zwraca
TableOptions : Instancja aktualnego Documentize.TableOptions.
Operatory
implicit operator TableOptions(TableBuilder)
Konwertuje builder Documentize.TableBuilder na opcje Documentize.TableOptions
public static implicit operator TableOptions(TableBuilder builder)
Parametry
builder
TableBuilder: Instancja aktualnego Documentize.TableBuilder.
Zwraca
TableOptions : Wynik konwersji na PdfGeneratorTableOptions.
Namespace: Documentize
Assembly: Documentize.dll