DrawingSelectionStgList Constructors

Definition

Overloads

DrawingSelectionStgList()

Initializes a new instance of the DrawingSelectionStgList class.

DrawingSelectionStgList(OpenXmlElement[])

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

DrawingSelectionStgList(IEnumerable<OpenXmlElement>)

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

DrawingSelectionStgList(String)

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

DrawingSelectionStgList()

Initializes a new instance of the DrawingSelectionStgList class.

public DrawingSelectionStgList ();
Public Sub New ()

Applies to

DrawingSelectionStgList(OpenXmlElement[])

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

public DrawingSelectionStgList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DrawingSelectionStgList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DrawingSelectionStgList(String)

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

public DrawingSelectionStgList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to