Share via


SplitButtonRegular Constructors

Definition

Overloads

SplitButtonRegular()

Initializes a new instance of the SplitButtonRegular class.

SplitButtonRegular(OpenXmlElement[])

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

SplitButtonRegular(IEnumerable<OpenXmlElement>)

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

SplitButtonRegular(String)

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

SplitButtonRegular()

Initializes a new instance of the SplitButtonRegular class.

public SplitButtonRegular ();
Public Sub New ()

Applies to

SplitButtonRegular(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SplitButtonRegular(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SplitButtonRegular(String)

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

public SplitButtonRegular (string outerXml);
new DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular : string -> DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to