Click or drag to resize

OpenXmlPartReader Methods

The OpenXmlPartReader type exposes the following members.

Methods
 NameDescription
Public methodClose Closes the reader.
(Overrides OpenXmlReaderClose)
Public methodDispose Closes the reader, and releases all resources.
(Inherited from OpenXmlReader)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLineInfo Gets an instance of IXmlLineInfo if available for the current reader.
(Overrides OpenXmlReaderGetLineInfo)
Public methodGetText Gets the text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.
(Overrides OpenXmlReaderGetText)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadCurrentElement Loads the element at current cursor.
(Overrides OpenXmlReaderLoadCurrentElement)
Public methodRead Moves to read the next element.
(Overrides OpenXmlReaderRead)
Public methodReadFirstChild Moves to read the first child element.
(Overrides OpenXmlReaderReadFirstChild)
Public methodReadNextSibling Moves to read the next sibling element.
(Overrides OpenXmlReaderReadNextSibling)
Public methodSkip Skips the child elements of the current node.
(Overrides OpenXmlReaderSkip)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also