Class TableBuilder

Class TableBuilder

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

クラスはPDFページ内のテーブルビルダーを表します。

public class TableBuilder

継承

objectTableBuilder

派生

TableRowBuilder

継承メンバー

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

現在のAspose.Pdf.Plugins.TableRowBuilderのインスタンス。

AddTable()

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

public TableBuilder AddTable()

戻り値

TableBuilder

現在のAspose.Pdf.Plugins.TableBuilderのインスタンス。

InsertPageAfter(int)

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

public TableOptions InsertPageAfter(int page)

パラメーター

page int

テーブルを追加するページ番号。

戻り値

TableOptions

現在のAspose.Pdf.Plugins.TableOptionsのインスタンス。

InsertPageBefore(int)

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

public TableOptions InsertPageBefore(int page)

パラメーター

page int

テーブルを追加するページ番号。

戻り値

TableOptions

現在のAspose.Pdf.Plugins.TableOptionsのインスタンス。

演算子

implicit operator TableOptions(TableBuilder)

ビルダーAspose.Pdf.Plugins.TableBuilderをオプションAspose.Pdf.Plugins.TableOptionsに変換します。

public static implicit operator TableOptions(TableBuilder builder)

パラメーター

builder TableBuilder

現在のAspose.Pdf.Plugins.TableBuilderのインスタンス。

戻り値

TableOptions

PdfGeneratorTableOptionsへの変換結果。

 日本語