クラス テーブルオプション

情報

Documentize.TableGenerator プラグインによるドキュメントへのテーブル追加オプションを表します。

public sealed class TableOptions : PluginBaseOptions, IPluginOptions

継承

objectPluginBaseOptionsTableOptions

実装

継承メンバー

コンストラクター

TableOptions()

デフォルトオプションで Documentize.TableOptions オブジェクトの新しいインスタンスを初期化します。

public TableOptions()

メソッド

AddTable()

ドキュメントにテーブルを追加します。

public TableBuilder AddTable()

戻り値

TableBuilder : Documentize.TableBuilder の新しいインスタンス。

Create()

Documentize.TableOptions のインスタンスを作成します。

public static TableOptions Create()

戻り値

TableOptions : Documentize.TableOptions の新しいインスタンス。

InsertPageAfter(int)

指定したページの後にページを挿入します。

public TableOptions InsertPageAfter(int page)

パラメーター

  • page int: テーブルを挿入するページ番号。

戻り値

TableOptions : 現在の Documentize.TableOptions のインスタンス。

InsertPageBefore(int)

指定したページの前にページを挿入します。

public TableOptions InsertPageBefore(int page)

パラメーター

  • page int: テーブルを挿入するページ番号。

戻り値

TableOptions : 現在の Documentize.TableOptions のインスタンス。

名前空間: Documentize アセンブリ: Documentize.dll

 日本語