Enum LineSpacingType
Specifies the line spacing type for paragraph format.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum LineSpacingType
Fields
| Name | Description |
|---|---|
| AtLeast | The line spacing can be greater than or equal to, but never less than. |
| Exactly | The line spacing never changes from the specified LineSpacing value, even if a larger font is used within the paragraph. |
| Multiple | A LineSpacing property value must be specified, in points. |