ExportToXbrl
ExportToXbrl(string)
导出到 xbrl 文件。
public void ExportToXbrl(string fileName)
| 参数 | 类型 | 描述 |
|---|---|---|
| fileName | String | The xbrl document file name. |
另请参阅
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
ExportToXbrl(Stream)
导出到 xbrl 流。
public void ExportToXbrl(Stream stream)
| 参数 | 类型 | 描述 |
|---|---|---|
| fileName | 流 | The xbrl document file stream. |
另请参阅
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
ExportToXbrl()
导出为 XbrlDocument 对象。
public XbrlDocument ExportToXbrl()
返回值
The XbrlDocument object.
另请参阅
- class XbrlDocument
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance