Share via


LayoutVariablePropertySetType Constructors

Definition

Overloads

LayoutVariablePropertySetType()

Initializes a new instance of the LayoutVariablePropertySetType class.

LayoutVariablePropertySetType(OpenXmlElement[])

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

LayoutVariablePropertySetType(IEnumerable<OpenXmlElement>)

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

LayoutVariablePropertySetType(String)

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

LayoutVariablePropertySetType()

Initializes a new instance of the LayoutVariablePropertySetType class.

protected LayoutVariablePropertySetType ();
Protected Sub New ()

Applies to

LayoutVariablePropertySetType(OpenXmlElement[])

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

protected LayoutVariablePropertySetType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LayoutVariablePropertySetType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LayoutVariablePropertySetType(String)

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

protected LayoutVariablePropertySetType (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType : string -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to