Share via


Band1Horizontal Constructors

Definition

Overloads

Band1Horizontal()

Initializes a new instance of the Band1Horizontal class.

Band1Horizontal(OpenXmlElement[])

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

Band1Horizontal(IEnumerable<OpenXmlElement>)

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

Band1Horizontal(String)

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

Band1Horizontal()

Initializes a new instance of the Band1Horizontal class.

public Band1Horizontal ();
Public Sub New ()

Applies to

Band1Horizontal(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Band1Horizontal(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Band1Horizontal(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to