共用方式為


GroupShapeMonikerList Constructors

Definition

Overloads

GroupShapeMonikerList()

Initializes a new instance of the GroupShapeMonikerList class.

GroupShapeMonikerList(OpenXmlElement[])

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

GroupShapeMonikerList(IEnumerable<OpenXmlElement>)

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

GroupShapeMonikerList(String)

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

GroupShapeMonikerList()

Initializes a new instance of the GroupShapeMonikerList class.

public GroupShapeMonikerList ();
Public Sub New ()

Applies to

GroupShapeMonikerList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GroupShapeMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GroupShapeMonikerList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to