InlineXbrlDocument.InlineXbrlDocument

InlineXbrlDocument(string)

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

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

関連項目


InlineXbrlDocument(Stream)

の新しいインスタンスを初期化しますInlineXbrlDocumentクラスで開き、stream.. で開きます

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

関連項目


InlineXbrlDocument(string, LoadOptions)

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

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

関連項目


InlineXbrlDocument(Stream, LoadOptions)

の新しいインスタンスを初期化しますInlineXbrlDocumentクラスで開き、stream. で開きます

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

関連項目