OpenXmlWriter Members
Include Protected Members
Include Inherited Members
Defines the OpenXmlWriter.
The OpenXmlWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
OpenXmlWriter | Initializes a new instance of the OpenXmlWriter. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Close | Close the writer. |
![]() ![]() |
Create(Stream) | Create an OpenXmlWriter on a given stream. |
![]() ![]() |
Create(OpenXmlPart) | Create an OpenXmlWriter from the OpenXmlPart. |
![]() ![]() |
Create(Stream, Encoding) | Create an OpenXmlWriter on given stream |
![]() ![]() |
Create(OpenXmlPart, Encoding) | Create an OpenXmlWriter from the OpenXmlPart. |
![]() |
Dispose() | Closes the writer, and releases all resources. |
![]() |
Dispose(Boolean) | Closes the reader, and releases all resources. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ThrowIfObjectDisposed | Throw if object is disposed. |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteElement | Write the OpenXmlElement to the writer. |
![]() |
WriteEndElement | Closes one element. |
![]() |
WriteStartDocument() | Writes the XML declaration with the version "1.0". |
![]() |
WriteStartDocument(Boolean) | Writes the XML declaration with the version "1.0" and the standalone attribute. |
![]() |
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, IEnumerable<OpenXmlAttribute>) | Writes out a start tag of the element. And write the attributes in attributes. The attributes of the element will be omitted. |
![]() |
WriteStartElement(OpenXmlReader, IEnumerable<OpenXmlAttribute>) | Writes out a start element tag of the current element of the OpenXmlReader. And write the attributes in attributes. |
![]() |
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. |
![]() |
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. |
![]() |
WriteString | When overridden in a derived class, writes the given text content. |
Top