BackstagePrimaryMenu Constructors

Definition

Overloads

BackstagePrimaryMenu()

Initializes a new instance of the BackstagePrimaryMenu class.

BackstagePrimaryMenu(OpenXmlElement[])

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

BackstagePrimaryMenu(IEnumerable<OpenXmlElement>)

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

BackstagePrimaryMenu(String)

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

BackstagePrimaryMenu()

Initializes a new instance of the BackstagePrimaryMenu class.

public BackstagePrimaryMenu ();
Public Sub New ()

Applies to

BackstagePrimaryMenu(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BackstagePrimaryMenu(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BackstagePrimaryMenu(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to