Share via


Source Constructors

Definition

Overloads

Source()

Initializes a new instance of the Source class.

Source(OpenXmlElement[])

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

Source(IEnumerable<OpenXmlElement>)

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

Source(String)

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

Source()

Initializes a new instance of the Source class.

public Source ();
Public Sub New ()

Applies to

Source(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Source(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Source(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to