ListStyle 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
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.