Aspose::Pdf::Document::BindXml method
Содержание
[
Скрывать
]Document::BindXml(const System::SharedPtr<System::IO::Stream>&) method
Привязать xml к документу.
void Aspose::Pdf::Document::BindXml(const System::SharedPtr<System::IO::Stream> &stream)
| Параметр | Тип | Описание |
|---|---|---|
| поток | const System::SharedPtr<System::IO::Stream>& | XML‑поток. |
См. также
- Typedef SharedPtr
- Class Stream
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::BindXml(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&) method
Привязать xml/xsl к документу.
void Aspose::Pdf::Document::BindXml(const System::SharedPtr<System::IO::Stream> &xmlStream, const System::SharedPtr<System::IO::Stream> &xslStream)
| Параметр | Тип | Описание |
|---|---|---|
| xmlStream | const System::SharedPtr<System::IO::Stream>& | XML‑поток. |
| xslStream | const System::SharedPtr<System::IO::Stream>& | XSL‑поток, если используется XSLT. |
См. также
- Typedef SharedPtr
- Class Stream
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::BindXml(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Xml::XmlReaderSettings>&) method
Привязать xml/xsl к документу.
void Aspose::Pdf::Document::BindXml(const System::SharedPtr<System::IO::Stream> &xmlStream, const System::SharedPtr<System::IO::Stream> &xslStream, const System::SharedPtr<System::Xml::XmlReaderSettings> &settings)
| Параметр | Тип | Описание |
|---|---|---|
| xmlStream | const System::SharedPtr<System::IO::Stream>& | XML‑поток. |
| xslStream | const System::SharedPtr<System::IO::Stream>& | XSL‑поток, если используется XSLT. |
| настройки | const System::SharedPtr<System::Xml::XmlReaderSettings>& | Настройки XML‑чтения. |
См. также
- Typedef SharedPtr
- Class Stream
- Class XmlReaderSettings
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::BindXml(const System::String&, const System::String&) method
Привязать xml/xsl к документу.
void Aspose::Pdf::Document::BindXml(const System::String &xmlFile, const System::String &xslFile)
| Параметр | Тип | Описание |
|---|---|---|
| xmlFile | const System::String& | XML‑файл. |
| xslFile | const System::String& | XSL‑файл, если используется XSLT. |
См. также
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::BindXml(System::String) method
Привязать xml к документу.
void Aspose::Pdf::Document::BindXml(System::String file)
| Параметр | Тип | Описание |
|---|---|---|
| file | System::String | XML‑файл |
См. также
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++