共用方式為


NumberingSymbolRunProperties Constructors

Definition

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.

Applies to