Arc Constructors

Definition

Overloads

Arc()

Initializes a new instance of the Arc class.

Arc(OpenXmlElement[])

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

Arc(IEnumerable<OpenXmlElement>)

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

Arc(String)

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

Arc()

Initializes a new instance of the Arc class.

public Arc ();
Public Sub New ()

Applies to

Arc(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Arc(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Arc(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to