OpenXmlPartRootXElementExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions to access the XElement representation of an OpenXmlPart's root element, either directly or via the containing XDocument.
public static class OpenXmlPartRootXElementExtensions
type OpenXmlPartRootXElementExtensions = class
Public Module OpenXmlPartRootXElementExtensions
- Inheritance
-
OpenXmlPartRootXElementExtensions
Methods
GetXDocument(OpenXmlPart) |
Gets an XDocument representation of the |
GetXElement(OpenXmlPart) |
Gets an XElement representation of the |
IsRootXElementLoaded(OpenXmlPart) |
Gets a value indicating whether the root XElement is loaded from the part or it has been set. |
SaveXDocument(OpenXmlPart) |
Saves the current XDocument to the part if it and its Root
element is not |
SaveXElement(OpenXmlPart) |
Saves the current XDocument to the part if it and its Root
element is not |
SetXDocument(OpenXmlPart, XDocument) |
Sets the OpenXmlPart's XDocument to the given XDocument, serializes and writes the XDocument to the OpenXmlPart, and reloads the OpenXmlPart's OpenXmlPartRootElement if it was previously loaded. |
SetXElement(OpenXmlPart, XElement) |
Sets the OpenXmlPart's root XElement to the given XElement, serializes and writes the XElement to the OpenXmlPart, and reloads the OpenXmlPart's OpenXmlPartRootElement if it was previously loaded. |