共用方式為


UserShapes Constructors

Definition

Overloads

UserShapes()

Initializes a new instance of the UserShapes class.

UserShapes(OpenXmlElement[])

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

UserShapes(IEnumerable<OpenXmlElement>)

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

UserShapes(String)

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

UserShapes()

Initializes a new instance of the UserShapes class.

public UserShapes ();
Public Sub New ()

Applies to

UserShapes(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

UserShapes(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

UserShapes(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to