WrapPolygon Constructors

Definition

Overloads

WrapPolygon()

Initializes a new instance of the WrapPolygon class.

WrapPolygon(OpenXmlElement[])

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

WrapPolygon(IEnumerable<OpenXmlElement>)

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

WrapPolygon(String)

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

WrapPolygon()

Initializes a new instance of the WrapPolygon class.

public WrapPolygon ();
Public Sub New ()

Applies to

WrapPolygon(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WrapPolygon(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WrapPolygon(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to