クラス テーブルビルダー
情報
クラスは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 への変換の結果です。
名前空間: Documentize アセンブリ: Documentize.dll