Class XbrlDocument
XbrlDocument class
1 つ以上の XBRL インスタンスを含む XBRL ドキュメント。
public class XbrlDocument
コンストラクター
名前 |
説明 |
XbrlDocument() |
XbrlDocument class の新しいインスタンスを初期化します |
XbrlDocument(Stream) |
XbrlDocument クラスの新しいインスタンスを初期化し、ストリームで開きます.. |
XbrlDocument(string) |
XbrlDocument クラスの新しいインスタンスを初期化し、ファイルを開きます。 |
XbrlDocument(Stream, LoadOptions) |
XbrlDocument クラスの新しいインスタンスを初期化し、ストリームで開きます.. |
XbrlDocument(string, LoadOptions) |
XbrlDocument クラスの新しいインスタンスを初期化し、ファイルを開きます。 |
プロパティ
メソッド
名前 |
説明 |
Save(string) |
XBRL ファイルを作成し、ディスクに保存します。 |
Save(Stream, SaveOptions) |
XbrlDocument をストリームに保存します。 |
Save(string, SaveOptions) |
XbrlDocument をディスクに保存します。 |
関連項目