OpenXmlPartWriter.WriteStartElement Method
Include Protected Members
Include Inherited Members
Overload List
|
WriteStartElement(OpenXmlElement) |
Writes out a start tag of the element and all the attributes of the element. (Overrides OpenXmlWriter.WriteStartElement(OpenXmlElement).) |
|
WriteStartElement(OpenXmlReader) |
Writes out a start element tag of the current element of the OpenXmlReader. And write all the attributes of the element. (Overrides OpenXmlWriter.WriteStartElement(OpenXmlReader).) |
|
WriteStartElement(OpenXmlElement, IEnumerable<OpenXmlAttribute>) |
Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted. (Overrides OpenXmlWriter.WriteStartElement(OpenXmlElement, IEnumerable<OpenXmlAttribute>).) |
|
WriteStartElement(OpenXmlReader, IEnumerable<OpenXmlAttribute>) |
Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes. (Overrides OpenXmlWriter.WriteStartElement(OpenXmlReader, IEnumerable<OpenXmlAttribute>).) |
|
WriteStartElement(OpenXmlElement, IEnumerable<OpenXmlAttribute>, IEnumerable<KeyValuePair<String, String>>) |
Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted. (Overrides OpenXmlWriter.WriteStartElement(OpenXmlElement, IEnumerable<OpenXmlAttribute>, IEnumerable<KeyValuePair<String, String>>).) |
|
WriteStartElement(OpenXmlReader, IEnumerable<OpenXmlAttribute>, IEnumerable<KeyValuePair<String, String>>) |
Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes. (Overrides OpenXmlWriter.WriteStartElement(OpenXmlReader, IEnumerable<OpenXmlAttribute>, IEnumerable<KeyValuePair<String, String>>).) |
Top
See Also
Reference
OpenXmlPartWriter Class
OpenXmlPartWriter Members
DocumentFormat.OpenXml Namespace