Document.BindXml
Contenu
[
Cacher
]BindXml(string)
Lier xml au document
public void BindXml(string file)
| Paramètre | Type | Description |
|---|---|---|
| file | String | Le fichier xml |
Voir aussi
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(string, string)
Lier xml/xsl au document
public void BindXml(string xmlFile, string xslFile)
| Paramètre | Type | Description |
|---|---|---|
| xmlFile | String | Le fichier xml. |
| xslFile | String | Le fichier xsl si XSLT est utilisé. |
Voir aussi
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(Stream, Stream)
Lier xml/xsl au document
public void BindXml(Stream xmlStream, Stream xslStream)
| Paramètre | Type | Description |
|---|---|---|
| xmlStream | Stream | Le flux xml. |
| xslStream | Stream | Le flux xsl si XSLT est utilisé. |
Voir aussi
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(Stream, Stream, XmlReaderSettings)
Lier xml/xsl au document
public void BindXml(Stream xmlStream, Stream xslStream, XmlReaderSettings settings)
| Paramètre | Type | Description |
|---|---|---|
| xmlStream | Stream | Le flux xml. |
| xslStream | Stream | Le flux xsl si XSLT est utilisé. |
| settings | XmlReaderSettings | Les paramètres du lecteur xml. |
Voir aussi
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(Stream)
Lier xml au document
public void BindXml(Stream stream)
| Paramètre | Type | Description |
|---|---|---|
| stream | Stream | Le flux xml. |
Voir aussi
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF