Share via


BackstageTab Constructors

Definition

Overloads

BackstageTab()

Initializes a new instance of the BackstageTab class.

BackstageTab(OpenXmlElement[])

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

BackstageTab(IEnumerable<OpenXmlElement>)

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

BackstageTab(String)

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

BackstageTab()

Initializes a new instance of the BackstageTab class.

public BackstageTab ();
Public Sub New ()

Applies to

BackstageTab(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BackstageTab(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BackstageTab(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to