Menu Constructors

Definition

Overloads

Menu()

Initializes a new instance of the Menu class.

Menu(OpenXmlElement[])

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

Menu(IEnumerable<OpenXmlElement>)

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

Menu(String)

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

Menu()

Initializes a new instance of the Menu class.

public Menu ();
Public Sub New ()

Applies to

Menu(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Menu(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Menu(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to