DocumentTable

DocumentTable(string, int)

デフォルトを使用して、このクラスの新しいインスタンスを作成しますDocumentTableOptions.

public DocumentTable(string documentPath, int indexInDocument)
パラメータ タイプ 説明
documentPath String アクセスするテーブルを含むドキュメントへのパス。
indexInDocument Int32 ドキュメント内のテーブルのゼロから始まるインデックス。

関連項目


DocumentTable(string, int, DocumentTableOptions)

このクラスの新しいインスタンスを作成します。

public DocumentTable(string documentPath, int indexInDocument, DocumentTableOptions options)
パラメータ タイプ 説明
documentPath String アクセスするテーブルを含むドキュメントへのパス。
indexInDocument Int32 ドキュメント内のテーブルのゼロから始まるインデックス。
options DocumentTableOptions テーブルからのデータの抽出を制御する一連のオプション。 null の場合、デフォルトのオプションが適用されます。

関連項目


DocumentTable(Stream, int)

デフォルトを使用して、このクラスの新しいインスタンスを作成しますDocumentTableOptions.

public DocumentTable(Stream documentStream, int indexInDocument)
パラメータ タイプ 説明
documentStream Stream アクセスするテーブルを含むドキュメントを含むストリーム。
indexInDocument Int32 ドキュメント内のテーブルのゼロから始まるインデックス。

関連項目


DocumentTable(Stream, int, DocumentTableOptions)

このクラスの新しいインスタンスを作成します。

public DocumentTable(Stream documentStream, int indexInDocument, DocumentTableOptions options)
パラメータ タイプ 説明
documentStream Stream アクセスするテーブルを含むドキュメントを含むストリーム。
indexInDocument Int32 ドキュメント内のテーブルのゼロから始まるインデックス。
options DocumentTableOptions テーブルからのデータの抽出を制御する一連のオプション。 null の場合、デフォルトのオプションが適用されます。

関連項目