OpenXmlElement Constructors

Definition

Overloads

OpenXmlElement()

Initializes a new instance of the OpenXmlElement class.

OpenXmlElement(String)

Initializes a new instance of the OpenXmlElement class using the supplied outer XML of the element.

OpenXmlElement()

Initializes a new instance of the OpenXmlElement class.

protected OpenXmlElement ();
Protected Sub New ()

Applies to

OpenXmlElement(String)

Initializes a new instance of the OpenXmlElement class using the supplied outer XML of the element.

protected OpenXmlElement (string outerXml);
new DocumentFormat.OpenXml.OpenXmlElement : string -> DocumentFormat.OpenXml.OpenXmlElement
Protected Sub New (outerXml As String)

Parameters

outerXml
String

The outer XML of the element.

Applies to