Share via


ThemeableLineStyleType Constructors

Definition

Overloads

ThemeableLineStyleType()

Initializes a new instance of the ThemeableLineStyleType class.

ThemeableLineStyleType(OpenXmlElement[])

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

ThemeableLineStyleType(IEnumerable<OpenXmlElement>)

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

ThemeableLineStyleType(String)

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

ThemeableLineStyleType()

Initializes a new instance of the ThemeableLineStyleType class.

protected ThemeableLineStyleType ();
Protected Sub New ()

Applies to

ThemeableLineStyleType(OpenXmlElement[])

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

protected ThemeableLineStyleType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ThemeableLineStyleType(IEnumerable<OpenXmlElement>)

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

protected ThemeableLineStyleType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ThemeableLineStyleType(String)

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

protected ThemeableLineStyleType (string outerXml);
new DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType : string -> DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to