Share via


ListStyle Constructors

Definition

Overloads

ListStyle()

Initializes a new instance of the ListStyle class.

ListStyle(OpenXmlElement[])

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

ListStyle(IEnumerable<OpenXmlElement>)

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

ListStyle(String)

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

ListStyle()

Initializes a new instance of the ListStyle class.

public ListStyle ();
Public Sub New ()

Applies to

ListStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ListStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ListStyle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to