ExportToXbrl
ExportToXbrl(string)
导出到 xbrl 文件。
public void ExportToXbrl(string fileName)
范围 | 类型 | 描述 |
---|---|---|
fileName | String | xbrl 文档文件名。 |
也可以看看
- class InlineXbrlDocument
- 命名空间 Aspose.Finance.Xbrl.Inline
- 部件 Aspose.Finance
ExportToXbrl(Stream)
导出到 xbrl 流。
public void ExportToXbrl(Stream stream)
范围 | 类型 | 描述 |
---|---|---|
fileName | Stream | xbrl 文档文件流。 |
也可以看看
- class InlineXbrlDocument
- 命名空间 Aspose.Finance.Xbrl.Inline
- 部件 Aspose.Finance
ExportToXbrl()
导出到 XbrlDocument 对象。
public XbrlDocument ExportToXbrl()
返回值
XbrlDocument 对象。
也可以看看
- class XbrlDocument
- class InlineXbrlDocument
- 命名空间 Aspose.Finance.Xbrl.Inline
- 部件 Aspose.Finance