共用方式為


StringDimension Constructors

Definition

Overloads

StringDimension()

Initializes a new instance of the StringDimension class.

StringDimension(OpenXmlElement[])

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

StringDimension(IEnumerable<OpenXmlElement>)

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

StringDimension(String)

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

StringDimension()

Initializes a new instance of the StringDimension class.

public StringDimension ();
Public Sub New ()

Applies to

StringDimension(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StringDimension(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StringDimension(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to