Freigeben über


DropLine Konstruktoren

Definition

Überlädt

DropLine()

Initialisiert eine neue Instanz der DropLine-Klasse.

DropLine(OpenXmlElement[])

Initialisiert eine neue Instanz der DropLine-Klasse mit den angegebenen untergeordneten Elementen.

DropLine(IEnumerable<OpenXmlElement>)

Initialisiert eine neue Instanz der DropLine-Klasse mit den angegebenen untergeordneten Elementen.

DropLine(String)

Initialisiert eine neue Instanz der DropLine-Klasse aus äußerem XML.

DropLine()

Initialisiert eine neue Instanz der DropLine-Klasse.

public DropLine ();
Public Sub New ()

Gilt für:

DropLine(OpenXmlElement[])

Initialisiert eine neue Instanz der DropLine-Klasse mit den angegebenen untergeordneten Elementen.

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

Parameter

childElements
OpenXmlElement[]

Gibt die untergeordneten Elemente an.

Gilt für:

DropLine(IEnumerable<OpenXmlElement>)

Initialisiert eine neue Instanz der DropLine-Klasse mit den angegebenen untergeordneten Elementen.

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

Parameter

childElements
IEnumerable<OpenXmlElement>

Gibt die untergeordneten Elemente an.

Gilt für:

DropLine(String)

Initialisiert eine neue Instanz der DropLine-Klasse aus äußerem XML.

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

Parameter

outerXml
String

Gibt den äußeren XML-Code des Elements an.

Gilt für: