Share via


WrapTopBottom Constructors

Definition

Overloads

WrapTopBottom()

Initializes a new instance of the WrapTopBottom class.

WrapTopBottom(OpenXmlElement[])

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

WrapTopBottom(IEnumerable<OpenXmlElement>)

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

WrapTopBottom(String)

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

WrapTopBottom()

Initializes a new instance of the WrapTopBottom class.

public WrapTopBottom ();
Public Sub New ()

Applies to

WrapTopBottom(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WrapTopBottom(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WrapTopBottom(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to