PresentationLayoutVariables Constructors  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.PresentationLayoutVariablesPublic 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.PresentationLayoutVariablesPublic 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.PresentationLayoutVariablesPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.