GroupShape Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GroupShape() |
Initializes a new instance of the GroupShape class. |
GroupShape(OpenXmlElement[]) |
Initializes a new instance of the GroupShape class with the specified child elements. |
GroupShape(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the GroupShape class with the specified child elements. |
GroupShape(String) |
Initializes a new instance of the GroupShape class from outer XML. |
GroupShape()
Initializes a new instance of the GroupShape class.
public GroupShape ();
Public Sub New ()
Applies to
GroupShape(OpenXmlElement[])
Initializes a new instance of the GroupShape class with the specified child elements.
public GroupShape (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.GroupShape : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.GroupShape
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
GroupShape(IEnumerable<OpenXmlElement>)
Initializes a new instance of the GroupShape class with the specified child elements.
public GroupShape (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.GroupShape : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.GroupShape
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
GroupShape(String)
Initializes a new instance of the GroupShape class from outer XML.
public GroupShape (string outerXml);
new DocumentFormat.OpenXml.Presentation.GroupShape : string -> DocumentFormat.OpenXml.Presentation.GroupShape
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.