Share via


BackstageMenuGroup Constructors

Definition

Overloads

BackstageMenuGroup()

Initializes a new instance of the BackstageMenuGroup class.

BackstageMenuGroup(OpenXmlElement[])

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

BackstageMenuGroup(IEnumerable<OpenXmlElement>)

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

BackstageMenuGroup(String)

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

BackstageMenuGroup()

Initializes a new instance of the BackstageMenuGroup class.

public BackstageMenuGroup ();
Public Sub New ()

Applies to

BackstageMenuGroup(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BackstageMenuGroup(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BackstageMenuGroup(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to