Class TableBuilder
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Klasa reprezentuje budowniczego tabeli na stronie pdf.
public class TableBuilder
Dziedziczenie
Pochodne
Dziedziczone członkowie
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
Instancja bieżącego Aspose.Pdf.Plugins.TableRowBuilder.
AddTable()
Dodaje nową tabelę do dokumentu.
public TableBuilder AddTable()
Zwraca
Instancja bieżącego Aspose.Pdf.Plugins.TableBuilder.
InsertPageAfter(int)
Wstawia stronę po określonej stronie.
public TableOptions InsertPageAfter(int page)
Parametry
page
int
Numer strony, po której wstawiana jest tabela.
Zwraca
Instancja bieżącego Aspose.Pdf.Plugins.TableOptions.
InsertPageBefore(int)
Wstawia stronę przed określoną stroną.
public TableOptions InsertPageBefore(int page)
Parametry
page
int
Numer strony, przed którą wstawiana jest tabela.
Zwraca
Instancja bieżącego Aspose.Pdf.Plugins.TableOptions.
Operatory
implicit operator TableOptions(TableBuilder)
Konwertuje budowniczego Aspose.Pdf.Plugins.TableBuilder na opcje Aspose.Pdf.Plugins.TableOptions.
public static implicit operator TableOptions(TableBuilder builder)
Parametry
builder
TableBuilder
Instancja bieżącego Aspose.Pdf.Plugins.TableBuilder.
Zwraca
Wynik konwersji na PdfGeneratorTableOptions.