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