Document.BindXml
内容
[
隐藏
]BindXml(string)
将 xml 绑定到文档
public void BindXml(string file)
| 参数 | 类型 | 描述 |
|---|---|---|
| file | String | xml 文件 |
另请参见
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(string, string)
将 xml/xsl 绑定到文档
public void BindXml(string xmlFile, string xslFile)
| 参数 | 类型 | 描述 |
|---|---|---|
| xmlFile | String | xml 文件。 |
| xslFile | String | 如果使用 XSLT,则为 xsl 文件。 |
另请参见
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(Stream, Stream)
将 xml/xsl 绑定到文档
public void BindXml(Stream xmlStream, Stream xslStream)
| 参数 | 类型 | 描述 |
|---|---|---|
| xmlStream | Stream | xml 流。 |
| xslStream | Stream | 如果使用 XSLT,则为 xsl 流。 |
另请参见
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(Stream, Stream, XmlReaderSettings)
将 xml/xsl 绑定到文档
public void BindXml(Stream xmlStream, Stream xslStream, XmlReaderSettings settings)
| 参数 | 类型 | 描述 |
|---|---|---|
| xmlStream | Stream | xml 流。 |
| xslStream | Stream | 如果使用 XSLT,则为 xsl 流。 |
| settings | XmlReaderSettings | xml 读取器设置。 |
另请参见
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
BindXml(Stream)
将 xml 绑定到文档
public void BindXml(Stream stream)
| 参数 | 类型 | 描述 |
|---|---|---|
| stream | Stream | xml 流。 |
另请参见
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF