共用方式為


BackstageGroups Constructors

Definition

Overloads

BackstageGroups()

Initializes a new instance of the BackstageGroups class.

BackstageGroups(OpenXmlElement[])

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

BackstageGroups(IEnumerable<OpenXmlElement>)

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

BackstageGroups(String)

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

BackstageGroups()

Initializes a new instance of the BackstageGroups class.

public BackstageGroups ();
Public Sub New ()

Applies to

BackstageGroups(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BackstageGroups(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BackstageGroups(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to