共用方式為


NumberingPictureBullet Constructors

Definition

Overloads

NumberingPictureBullet()

Initializes a new instance of the NumberingPictureBullet class.

NumberingPictureBullet(OpenXmlElement[])

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

NumberingPictureBullet(IEnumerable<OpenXmlElement>)

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

NumberingPictureBullet(String)

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

NumberingPictureBullet()

Initializes a new instance of the NumberingPictureBullet class.

public NumberingPictureBullet ();
Public Sub New ()

Applies to

NumberingPictureBullet(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NumberingPictureBullet(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NumberingPictureBullet(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to