Share via


WordprocessingGroupType Constructors

Definition

Overloads

WordprocessingGroupType()

Initializes a new instance of the WordprocessingGroupType class.

WordprocessingGroupType(OpenXmlElement[])

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

WordprocessingGroupType(IEnumerable<OpenXmlElement>)

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

WordprocessingGroupType(String)

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

WordprocessingGroupType()

Initializes a new instance of the WordprocessingGroupType class.

protected WordprocessingGroupType ();
Protected Sub New ()

Applies to

WordprocessingGroupType(OpenXmlElement[])

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

protected WordprocessingGroupType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WordprocessingGroupType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WordprocessingGroupType(String)

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

protected WordprocessingGroupType (string outerXml);
new DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType : string -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to