XbrlDocument.XbrlDocument

XbrlDocument()

XbrlDocument class の新しいインスタンスを初期化します

public XbrlDocument()

関連項目


XbrlDocument(string)

XbrlDocument クラスの新しいインスタンスを初期化し、ファイルを開きます。

public XbrlDocument(string fileName)
パラメータタイプ説明
fileNameStringファイル名。

関連項目


XbrlDocument(Stream)

XbrlDocument クラスの新しいインスタンスを初期化し、ストリームで開きます..

public XbrlDocument(Stream stream)
パラメータタイプ説明
streamStreamファイル ストリーム。

関連項目


XbrlDocument(string, LoadOptions)

XbrlDocument クラスの新しいインスタンスを初期化し、ファイルを開きます。

public XbrlDocument(string fileName, LoadOptions options)
パラメータタイプ説明
fileNameStringファイル名。
optionsLoadOptions読み込みオプション。

関連項目


XbrlDocument(Stream, LoadOptions)

XbrlDocument クラスの新しいインスタンスを初期化し、ストリームで開きます..

public XbrlDocument(Stream stream, LoadOptions options)
パラメータタイプ説明
streamStreamファイル ストリーム。
optionsLoadOptions読み込みオプション。

関連項目