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