共用方式為


LayoutContainer Constructors

Definition

Overloads

LayoutContainer()

Initializes a new instance of the LayoutContainer class.

LayoutContainer(OpenXmlElement[])

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

LayoutContainer(IEnumerable<OpenXmlElement>)

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

LayoutContainer(String)

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

LayoutContainer()

Initializes a new instance of the LayoutContainer class.

public LayoutContainer ();
Public Sub New ()

Applies to

LayoutContainer(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LayoutContainer(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LayoutContainer(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to