GroupControlsType Constructors

Definition

Overloads

GroupControlsType()

Initializes a new instance of the GroupControlsType class.

GroupControlsType(OpenXmlElement[])

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

GroupControlsType(IEnumerable<OpenXmlElement>)

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

GroupControlsType(String)

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

GroupControlsType()

Initializes a new instance of the GroupControlsType class.

protected GroupControlsType ();
Protected Sub New ()

Applies to

GroupControlsType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

GroupControlsType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

GroupControlsType(String)

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

protected GroupControlsType (string outerXml);
new DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType : string -> DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to