ButtonGroup 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
ButtonGroup() |
Initializes a new instance of the ButtonGroup class. |
ButtonGroup(OpenXmlElement[]) |
Initializes a new instance of the ButtonGroup class with the specified child elements. |
ButtonGroup(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the ButtonGroup class with the specified child elements. |
ButtonGroup(String) |
Initializes a new instance of the ButtonGroup class from outer XML. |
ButtonGroup()
Initializes a new instance of the ButtonGroup class.
public ButtonGroup ();
Public Sub New ()
Applies to
ButtonGroup(OpenXmlElement[])
Initializes a new instance of the ButtonGroup class with the specified child elements.
public ButtonGroup (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ButtonGroup(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ButtonGroup class with the specified child elements.
public ButtonGroup (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ButtonGroup(String)
Initializes a new instance of the ButtonGroup class from outer XML.
public ButtonGroup (string outerXml);
new DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup : string -> DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.