![]() | Open |
Name | Description | |
---|---|---|
![]() | WriteStartElement(OpenXmlElement) | Writes out a start tag of the element and all the attributes of the element. |
![]() | WriteStartElement(OpenXmlReader) | Writes out a start element tag of the current element of the OpenXmlReader. And write all the attributes of the element. |
![]() | WriteStartElement(OpenXmlElement, IEnumerableOpenXmlAttribute) | Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted. |
![]() | WriteStartElement(OpenXmlReader, IEnumerableOpenXmlAttribute) | Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes. |
![]() | WriteStartElement(OpenXmlElement, IEnumerableOpenXmlAttribute, IEnumerableKeyValuePairString, String) | Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted. |
![]() | WriteStartElement(OpenXmlReader, IEnumerableOpenXmlAttribute, IEnumerableKeyValuePairString, String) | Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes. |