System::Xml::XmlTextWriter::WriteStartDocument طريقة
XmlTextWriter::WriteStartDocument() method
يكتب إعلان XML بالإصدار “1.0”.
void System::Xml::XmlTextWriter::WriteStartDocument() override
انظر أيضًا
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Page for C++
XmlTextWriter::WriteStartDocument(bool) method
يكتب إعلان XML بالإصدار “1.0” وخاصية standalone.
void System::Xml::XmlTextWriter::WriteStartDocument(bool standalone) override
| Parameter | Type | الوصف |
|---|---|---|
| standalone | bool | إذا true، فإنه يكتب “standalone=yes”؛ إذا false، فإنه يكتب “standalone=no”. |
انظر أيضًا
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Page for C++