Save
Contents
[
Hide
]Save(string)
Creates and saves the inline xbrl file to the disk.
public void Save(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The name of created file. |
See Also
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
Save(Stream)
Creates and saves the inline xbrl file to the stream.
public void Save(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
See Also
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
Save(string, SaveOptions)
Creates and saves the inline xbrl file to the disk.
public void Save(string fileName, SaveOptions saveOptions)
Parameter | Type | Description |
---|---|---|
fileName | String | The name of created file. |
saveOptions | SaveOptions | The save options. |
See Also
- class SaveOptions
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
Save(Stream, SaveOptions)
Creates and saves the inline xbrl file to the stream.
public void Save(Stream stream, SaveOptions saveOptions)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
saveOptions | SaveOptions | The save options. |
See Also
- class SaveOptions
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance