GroupShapeProperties Constructors

Definition

Overloads

GroupShapeProperties()

Initializes a new instance of the GroupShapeProperties class.

GroupShapeProperties(OpenXmlElement[])

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

GroupShapeProperties(IEnumerable<OpenXmlElement>)

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

GroupShapeProperties(String)

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

GroupShapeProperties()

Initializes a new instance of the GroupShapeProperties class.

public GroupShapeProperties ();
Public Sub New ()

Applies to

GroupShapeProperties(OpenXmlElement[])

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

public GroupShapeProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GroupShapeProperties(IEnumerable<OpenXmlElement>)

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

public GroupShapeProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GroupShapeProperties(String)

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

public GroupShapeProperties (string outerXml);
new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties : string -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to