ContextualTabSet Constructors

Definition

Overloads

ContextualTabSet()

Initializes a new instance of the ContextualTabSet class.

ContextualTabSet(OpenXmlElement[])

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

ContextualTabSet(IEnumerable<OpenXmlElement>)

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

ContextualTabSet(String)

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

ContextualTabSet()

Initializes a new instance of the ContextualTabSet class.

public ContextualTabSet ();
Public Sub New ()

Applies to

ContextualTabSet(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ContextualTabSet(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ContextualTabSet(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to