Curve Constructors

Definition

Overloads

Curve()

Initializes a new instance of the Curve class.

Curve(OpenXmlElement[])

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

Curve(IEnumerable<OpenXmlElement>)

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

Curve(String)

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

Curve()

Initializes a new instance of the Curve class.

public Curve ();
Public Sub New ()

Applies to

Curve(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Curve(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Curve(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to