Share via


LineSpacing Constructors

Definition

Overloads

LineSpacing()

Initializes a new instance of the LineSpacing class.

LineSpacing(OpenXmlElement[])

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

LineSpacing(IEnumerable<OpenXmlElement>)

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

LineSpacing(String)

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

LineSpacing()

Initializes a new instance of the LineSpacing class.

public LineSpacing ();
Public Sub New ()

Applies to

LineSpacing(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LineSpacing(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LineSpacing(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to