Share via


LeaderLines Constructors

Definition

Overloads

LeaderLines()

Initializes a new instance of the LeaderLines class.

LeaderLines(OpenXmlElement[])

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

LeaderLines(IEnumerable<OpenXmlElement>)

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

LeaderLines(String)

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

LeaderLines()

Initializes a new instance of the LeaderLines class.

public LeaderLines ();
Public Sub New ()

Applies to

LeaderLines(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LeaderLines(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LeaderLines(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to