ExportToXbrl
ExportToXbrl(string)
Export to xbrl file.
public void ExportToXbrl(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The xbrl document file name. |
See Also
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
ExportToXbrl(Stream)
Export to xbrl stream.
public void ExportToXbrl(Stream stream)
Parameter | Type | Description |
---|---|---|
fileName | Stream | The xbrl document file stream. |
See Also
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
ExportToXbrl()
Export to XbrlDocument object.
public XbrlDocument ExportToXbrl()
Return Value
The XbrlDocument object.
See Also
- class XbrlDocument
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance