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