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