Class TableOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Aspose.Pdf.Plugins.TableGenerator プラグインを使用してドキュメントにテーブルを追加するためのオプションを表します。
public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions
継承
object ← PdfGeneratorOptions ← TableOptions
実装
継承されたメンバー
PdfGeneratorOptions.AddInput(IDataSource), PdfGeneratorOptions.AddOutput(IDataSource), PdfGeneratorOptions.Inputs, PdfGeneratorOptions.Outputs, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクター
TableOptions()
public TableOptions()
メソッド
AddTable()
ドキュメントにテーブルを追加します。
public TableBuilder AddTable()
戻り値
新しいインスタンスの Aspose.Pdf.Plugins.TableBuilder。
Create()
Aspose.Pdf.Plugins.TableOptions のインスタンスを作成します。
public static TableOptions Create()
戻り値
新しいインスタンスの Aspose.Pdf.Plugins.TableOptions。
InsertPageAfter(int)
指定したページの後にページを挿入します。
public TableOptions InsertPageAfter(int page)
パラメーター
page
int
テーブルを追加するページ番号。
戻り値
現在の Aspose.Pdf.Plugins.TableOptions のインスタンス。
InsertPageBefore(int)
指定したページの前にページを挿入します。
public TableOptions InsertPageBefore(int page)
パラメーター
page
int
テーブルを追加するページ番号。
戻り値
現在の Aspose.Pdf.Plugins.TableOptions のインスタンス。