GroupShapeType Constructors

Definition

Overloads

GroupShapeType()

Initializes a new instance of the GroupShapeType class.

GroupShapeType(OpenXmlElement[])

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

GroupShapeType(IEnumerable<OpenXmlElement>)

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

GroupShapeType(String)

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

GroupShapeType()

Initializes a new instance of the GroupShapeType class.

protected GroupShapeType ();
Protected Sub New ()

Applies to

GroupShapeType(OpenXmlElement[])

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

protected GroupShapeType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.GroupShapeType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.GroupShapeType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GroupShapeType(IEnumerable<OpenXmlElement>)

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

protected GroupShapeType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.GroupShapeType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.GroupShapeType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GroupShapeType(String)

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

protected GroupShapeType (string outerXml);
new DocumentFormat.OpenXml.Presentation.GroupShapeType : string -> DocumentFormat.OpenXml.Presentation.GroupShapeType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to