Share via


LineStyleList Constructors

Definition

Overloads

LineStyleList()

Initializes a new instance of the LineStyleList class.

LineStyleList(OpenXmlElement[])

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

LineStyleList(IEnumerable<OpenXmlElement>)

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

LineStyleList(String)

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

LineStyleList()

Initializes a new instance of the LineStyleList class.

public LineStyleList ();
Public Sub New ()

Applies to

LineStyleList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LineStyleList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LineStyleList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to