BackstageSubMenu Constructors

Definition

Overloads

BackstageSubMenu()

Initializes a new instance of the BackstageSubMenu class.

BackstageSubMenu(OpenXmlElement[])

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

BackstageSubMenu(IEnumerable<OpenXmlElement>)

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

BackstageSubMenu(String)

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

BackstageSubMenu()

Initializes a new instance of the BackstageSubMenu class.

public BackstageSubMenu ();
Public Sub New ()

Applies to

BackstageSubMenu(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BackstageSubMenu(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BackstageSubMenu(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to