Share via


PictureBulletBase Constructors

Definition

Overloads

PictureBulletBase()

Initializes a new instance of the PictureBulletBase class.

PictureBulletBase(OpenXmlElement[])

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

PictureBulletBase(IEnumerable<OpenXmlElement>)

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

PictureBulletBase(String)

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

PictureBulletBase()

Initializes a new instance of the PictureBulletBase class.

public PictureBulletBase ();
Public Sub New ()

Applies to

PictureBulletBase(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PictureBulletBase(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PictureBulletBase(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to