Share via


LineColorList Constructors

Definition

Overloads

LineColorList()

Initializes a new instance of the LineColorList class.

LineColorList(OpenXmlElement[])

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

LineColorList(IEnumerable<OpenXmlElement>)

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

LineColorList(String)

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

LineColorList()

Initializes a new instance of the LineColorList class.

public LineColorList ();
Public Sub New ()

Applies to

LineColorList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LineColorList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LineColorList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to