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