共用方式為


StringLevel Constructors

Definition

Overloads

StringLevel()

Initializes a new instance of the StringLevel class.

StringLevel(OpenXmlElement[])

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

StringLevel(IEnumerable<OpenXmlElement>)

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

StringLevel(String)

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

StringLevel()

Initializes a new instance of the StringLevel class.

public StringLevel ();
Public Sub New ()

Applies to

StringLevel(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StringLevel(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StringLevel(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to