LayoutNode 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
LayoutNode() |
Initializes a new instance of the LayoutNode class. |
LayoutNode(OpenXmlElement[]) |
Initializes a new instance of the LayoutNode class with the specified child elements. |
LayoutNode(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the LayoutNode class with the specified child elements. |
LayoutNode(String) |
Initializes a new instance of the LayoutNode class from outer XML. |
LayoutNode()
Initializes a new instance of the LayoutNode class.
public LayoutNode ();
Public Sub New ()
Applies to
LayoutNode(OpenXmlElement[])
Initializes a new instance of the LayoutNode class with the specified child elements.
public LayoutNode (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
LayoutNode(IEnumerable<OpenXmlElement>)
Initializes a new instance of the LayoutNode class with the specified child elements.
public LayoutNode (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
LayoutNode(String)
Initializes a new instance of the LayoutNode class from outer XML.
public LayoutNode (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode : string -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.