Share via


WrapSquare Constructors

Definition

Overloads

WrapSquare()

Initializes a new instance of the WrapSquare class.

WrapSquare(OpenXmlElement[])

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

WrapSquare(IEnumerable<OpenXmlElement>)

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

WrapSquare(String)

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

WrapSquare()

Initializes a new instance of the WrapSquare class.

public WrapSquare ();
Public Sub New ()

Applies to

WrapSquare(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WrapSquare(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WrapSquare(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to