SplitButtonWithTitle Constructors

Definition

Overloads

SplitButtonWithTitle()

Initializes a new instance of the SplitButtonWithTitle class.

SplitButtonWithTitle(OpenXmlElement[])

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

SplitButtonWithTitle(IEnumerable<OpenXmlElement>)

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

SplitButtonWithTitle(String)

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

SplitButtonWithTitle()

Initializes a new instance of the SplitButtonWithTitle class.

public SplitButtonWithTitle ();
Public Sub New ()

Applies to

SplitButtonWithTitle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SplitButtonWithTitle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SplitButtonWithTitle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to