Share via


LayoutDefinition Constructors

Definition

Overloads

LayoutDefinition()

Initializes a new instance of the LayoutDefinition class.

LayoutDefinition(OpenXmlElement[])

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

LayoutDefinition(IEnumerable<OpenXmlElement>)

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

LayoutDefinition(String)

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

LayoutDefinition()

Initializes a new instance of the LayoutDefinition class.

public LayoutDefinition ();
Public Sub New ()

Applies to

LayoutDefinition(OpenXmlElement[])

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

public LayoutDefinition (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LayoutDefinition(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LayoutDefinition(String)

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

public LayoutDefinition (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition : string -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to