NumberingSymbolRunProperties 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
NumberingSymbolRunProperties() |
Initializes a new instance of the NumberingSymbolRunProperties class. |
NumberingSymbolRunProperties(OpenXmlElement[]) |
Initializes a new instance of the NumberingSymbolRunProperties class with the specified child elements. |
NumberingSymbolRunProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the NumberingSymbolRunProperties class with the specified child elements. |
NumberingSymbolRunProperties(String) |
Initializes a new instance of the NumberingSymbolRunProperties class from outer XML. |
NumberingSymbolRunProperties()
Initializes a new instance of the NumberingSymbolRunProperties class.
public NumberingSymbolRunProperties ();
Public Sub New ()
Applies to
NumberingSymbolRunProperties(OpenXmlElement[])
Initializes a new instance of the NumberingSymbolRunProperties class with the specified child elements.
public NumberingSymbolRunProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
NumberingSymbolRunProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the NumberingSymbolRunProperties class with the specified child elements.
public NumberingSymbolRunProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
NumberingSymbolRunProperties(String)
Initializes a new instance of the NumberingSymbolRunProperties class from outer XML.
public NumberingSymbolRunProperties (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties : string -> DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.