Arc Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.EMMA.Arc : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.EMMA.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.EMMA.Arc : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.EMMA.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.EMMA.Arc : string -> DocumentFormat.OpenXml.EMMA.Arc
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.