Share via


PresentationLayoutVariables Constructors

Definition

Overloads

PresentationLayoutVariables()

Initializes a new instance of the PresentationLayoutVariables class.

PresentationLayoutVariables(OpenXmlElement[])

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

PresentationLayoutVariables(IEnumerable<OpenXmlElement>)

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

PresentationLayoutVariables(String)

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

PresentationLayoutVariables()

Initializes a new instance of the PresentationLayoutVariables class.

public PresentationLayoutVariables ();
Public Sub New ()

Applies to

PresentationLayoutVariables(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PresentationLayoutVariables(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PresentationLayoutVariables(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to