Class TableBuilder
情報
クラスはPDFページのためのテーブルビルダーを表します。
public class TableBuilder
継承
派生
継承されたメンバー
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
メソッド
AddRow()
テーブルに新しい行を追加します。
public virtual TableRowBuilder AddRow()
返り値
TableRowBuilder : 現在のDocumentize.TableRowBuilderのインスタンス。
AddTable()
ドキュメントに新しいテーブルを追加します。
public TableBuilder AddTable()
返り値
TableBuilder : 現在のDocumentize.TableBuilderのインスタンス。
InsertPageAfter(int)
指定したページの後にページを挿入します。
public TableOptions InsertPageAfter(int page)
パラメータ
page
int: テーブルを追加するページ番号。
返り値
TableOptions : 現在のDocumentize.TableOptionsのインスタンス。
InsertPageBefore(int)
指定したページの前にページを挿入します。
public TableOptions InsertPageBefore(int page)
パラメータ
page
int: テーブルを追加するページ番号。
返り値
TableOptions : 現在のDocumentize.TableOptionsのインスタンス。
演算子
implicit operator TableOptions(TableBuilder)
ビルダーDocumentize.TableBuilderをオプションDocumentize.TableOptionsに変換します。
public static implicit operator TableOptions(TableBuilder builder)
パラメータ
builder
TableBuilder: 現在のDocumentize.TableBuilderのインスタンス。
返り値
TableOptions : PdfGeneratorTableOptionsへの変換の結果。
Namespace: Documentize Assembly: Documentize.dll