PolyLine 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
PolyLine() |
Initializes a new instance of the PolyLine class. |
PolyLine(OpenXmlElement[]) |
Initializes a new instance of the PolyLine class with the specified child elements. |
PolyLine(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the PolyLine class with the specified child elements. |
PolyLine(String) |
Initializes a new instance of the PolyLine class from outer XML. |
PolyLine()
Initializes a new instance of the PolyLine class.
public PolyLine ();
Public Sub New ()
Applies to
PolyLine(OpenXmlElement[])
Initializes a new instance of the PolyLine class with the specified child elements.
public PolyLine (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Vml.PolyLine : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Vml.PolyLine
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
PolyLine(IEnumerable<OpenXmlElement>)
Initializes a new instance of the PolyLine class with the specified child elements.
public PolyLine (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Vml.PolyLine : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Vml.PolyLine
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
PolyLine(String)
Initializes a new instance of the PolyLine class from outer XML.
public PolyLine (string outerXml);
new DocumentFormat.OpenXml.Vml.PolyLine : string -> DocumentFormat.OpenXml.Vml.PolyLine
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.