共用方式為


ShapeDefault Constructors

Definition

Overloads

ShapeDefault()

Initializes a new instance of the ShapeDefault class.

ShapeDefault(OpenXmlElement[])

Initializes a new instance of the ShapeDefault class with the specified child elements.

ShapeDefault(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ShapeDefault class with the specified child elements.

ShapeDefault(String)

Initializes a new instance of the ShapeDefault class from outer XML.

ShapeDefault()

Initializes a new instance of the ShapeDefault class.

public ShapeDefault ();
Public Sub New ()

Applies to

ShapeDefault(OpenXmlElement[])

Initializes a new instance of the ShapeDefault class with the specified child elements.

public ShapeDefault (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.ShapeDefault : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.ShapeDefault
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ShapeDefault(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ShapeDefault class with the specified child elements.

public ShapeDefault (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.ShapeDefault : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.ShapeDefault
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ShapeDefault(String)

Initializes a new instance of the ShapeDefault class from outer XML.

public ShapeDefault (string outerXml);
new DocumentFormat.OpenXml.Drawing.ShapeDefault : string -> DocumentFormat.OpenXml.Drawing.ShapeDefault
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to