Aracılığıyla paylaş


Info Constructors

Definition

Overloads

Info()

Initializes a new instance of the Info class.

Info(OpenXmlElement[])

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

Info(IEnumerable<OpenXmlElement>)

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

Info(String)

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

Info()

Initializes a new instance of the Info class.

public Info ();
Public Sub New ()

Applies to

Info(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Info(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Info(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to