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