Aracılığıyla paylaş


Interpretation Constructors

Definition

Overloads

Interpretation()

Initializes a new instance of the Interpretation class.

Interpretation(OpenXmlElement[])

Initializes a new instance of the Interpretation class with the specified child elements.

Interpretation(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Interpretation class with the specified child elements.

Interpretation(String)

Initializes a new instance of the Interpretation class from outer XML.

Interpretation()

Initializes a new instance of the Interpretation class.

public Interpretation ();
Public Sub New ()

Applies to

Interpretation(OpenXmlElement[])

Initializes a new instance of the Interpretation class with the specified child elements.

public Interpretation (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.EMMA.Interpretation : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.EMMA.Interpretation
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Interpretation(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Interpretation class with the specified child elements.

public Interpretation (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.EMMA.Interpretation : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.EMMA.Interpretation
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Interpretation(String)

Initializes a new instance of the Interpretation class from outer XML.

public Interpretation (string outerXml);
new DocumentFormat.OpenXml.EMMA.Interpretation : string -> DocumentFormat.OpenXml.EMMA.Interpretation
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to