共用方式為


ShapeHandles Constructors

Definition

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.

Applies to