共用方式為


LeaderLine Constructors

Definition

Overloads

LeaderLine()

Initializes a new instance of the LeaderLine class.

LeaderLine(OpenXmlElement[])

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

LeaderLine(IEnumerable<OpenXmlElement>)

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

LeaderLine(String)

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

LeaderLine()

Initializes a new instance of the LeaderLine class.

public LeaderLine ();
Public Sub New ()

Applies to

LeaderLine(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LeaderLine(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LeaderLine(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to