共用方式為


SurfaceType Constructors

Definition

Overloads

SurfaceType()

Initializes a new instance of the SurfaceType class.

SurfaceType(OpenXmlElement[])

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

SurfaceType(IEnumerable<OpenXmlElement>)

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

SurfaceType(String)

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

SurfaceType()

Initializes a new instance of the SurfaceType class.

protected SurfaceType ();
Protected Sub New ()

Applies to

SurfaceType(OpenXmlElement[])

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

protected SurfaceType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.SurfaceType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SurfaceType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SurfaceType(String)

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

protected SurfaceType (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.SurfaceType : string -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to