Compatibility.SpaceForUnderline Property

Add Additional Space Below Baseline For Underlined East Asian Text.Represents the element tag in schema: w:spaceForUL

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

Syntax

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

value = instance.SpaceForUnderline

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline
Returns SpaceForUnderline.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace