Share via


DiagramAutoBullet Constructors

Definition

Overloads

DiagramAutoBullet()

Initializes a new instance of the DiagramAutoBullet class.

DiagramAutoBullet(OpenXmlElement[])

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

DiagramAutoBullet(IEnumerable<OpenXmlElement>)

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

DiagramAutoBullet(String)

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

DiagramAutoBullet()

Initializes a new instance of the DiagramAutoBullet class.

public DiagramAutoBullet ();
Public Sub New ()

Applies to

DiagramAutoBullet(OpenXmlElement[])

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

public DiagramAutoBullet (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DiagramAutoBullet(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DiagramAutoBullet(String)

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

public DiagramAutoBullet (string outerXml);
new DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet : string -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to