alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved