Share via


TextParagraphPropertiesType.LineSpacing Property

Line Spacing.Represents the element tag in schema: a:lnSpc

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property LineSpacing As LineSpacing
    Get
    Set
'Usage
Dim instance As TextParagraphPropertiesType
Dim value As LineSpacing

value = instance.LineSpacing

instance.LineSpacing = value
public LineSpacing LineSpacing { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.LineSpacing

See Also

Reference

TextParagraphPropertiesType Class

TextParagraphPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace