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