حفظ
محتويات
[
يخفي
]Save(string)
ينشئ ويحفظ ملف inline xbrl إلى القرص.
public void Save(string fileName)
| معامل | نوع | الوصف |
|---|---|---|
| fileName | String | اسم الملف الذي تم إنشاؤه. |
انظر أيضًا
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
Save(Stream)
ينشئ ويحفظ ملف inline xbrl إلى التدفق.
public void Save(Stream stream)
| معامل | نوع | الوصف |
|---|---|---|
| تيار | تيار | التيار. |
انظر أيضًا
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
Save(string, SaveOptions)
ينشئ ويحفظ ملف inline xbrl إلى القرص.
public void Save(string fileName, SaveOptions saveOptions)
| معامل | نوع | الوصف |
|---|---|---|
| fileName | String | اسم الملف الذي تم إنشاؤه. |
| saveOptions | SaveOptions | خيارات الحفظ. |
انظر أيضًا
- class SaveOptions
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance
Save(Stream, SaveOptions)
ينشئ ويحفظ ملف inline xbrl إلى التدفق.
public void Save(Stream stream, SaveOptions saveOptions)
| معامل | نوع | الوصف |
|---|---|---|
| تيار | تيار | التيار. |
| saveOptions | SaveOptions | خيارات الحفظ. |
انظر أيضًا
- class SaveOptions
- class InlineXbrlDocument
- namespace Aspose.Finance.Xbrl.Inline
- assembly Aspose.Finance