Class LineSpacingType
Specifies the line spacing type for paragraph format.
Inheritance
System.Object
LineSpacingType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class LineSpacingType : Enum
Fields
AtLeast
The line spacing can be greater than or equal to, but never less than.
Declaration
public const LineSpacingType AtLeast
Field Value
Type | Description |
---|---|
LineSpacingType |
Exactly
The line spacing never changes from the specified LineSpacing value, even if a larger font is used within the paragraph.
Declaration
public const LineSpacingType Exactly
Field Value
Type | Description |
---|---|
LineSpacingType |
Multiple
A LineSpacing property value must be specified, in points.
Declaration
public const LineSpacingType Multiple
Field Value
Type | Description |
---|---|
LineSpacingType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |