Document.BindXml
محتويات
[
يخفي
]BindXml(string)
ربط xml بالمستند
public void BindXml(string file)
| Parameter | Type | Description |
|---|---|---|
| file | String | ملف xml |
See Also
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(string, string)
ربط xml/xsl بالمستند
public void BindXml(string xmlFile, string xslFile)
| Parameter | Type | Description |
|---|---|---|
| xmlFile | String | ملف xml. |
| xslFile | String | ملف xsl إذا تم استخدام XSLT. |
See Also
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(Stream, Stream)
ربط xml/xsl بالمستند
public void BindXml(Stream xmlStream, Stream xslStream)
| Parameter | Type | Description |
|---|---|---|
| xmlStream | Stream | تدفق xml. |
| xslStream | Stream | تدفق xsl إذا تم استخدام XSLT. |
See Also
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(Stream, Stream, XmlReaderSettings)
ربط xml/xsl بالمستند
public void BindXml(Stream xmlStream, Stream xslStream, XmlReaderSettings settings)
| Parameter | Type | Description |
|---|---|---|
| xmlStream | Stream | تدفق xml. |
| xslStream | Stream | تدفق xsl إذا تم استخدام XSLT. |
| settings | XmlReaderSettings | إعدادات قارئ xml. |
See Also
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(Stream)
ربط xml بالمستند
public void BindXml(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | تدفق xml. |
See Also
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF