Class TableOptions

情報

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

public sealed class TableOptions : PluginBaseOptions, IPluginOptions

継承

object
PluginBaseOptions
TableOptions

実装

継承されたメンバー

コンストラクター

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 のインスタンス。

Namespace: Documentize
Assembly: Documentize.dll

 日本語