Compatibility.NoLeading Property

Do Not Add Leading Between Lines of Text.Represents the element tag in schema: w:noLeading

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

Syntax

'Declaration
Public Property NoLeading As NoLeading
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As NoLeading

value = instance.NoLeading

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.NoLeading
Returns NoLeading.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace