ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum LineSpacingType - ASP.NETMVC API Reference | Syncfusion ParagraphFormat. ">

    Show / Hide Table of Contents

    Enum LineSpacingType

    Specifies the line spacing type for the ParagraphFormat.

    Namespace: Syncfusion.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public enum LineSpacingType

    Fields

    Name Description
    AtLeast

    The line spacing can be greater than or equal to, but never less than, the value specified in the LineSpacing property.

    Exactly

    The line spacing never changes from the value specified in the LineSpacing property, even if a larger font is used within the paragraph.

    Multiple

    The line spacing is specified in the LineSpacing property as the number of lines.

    See Also
    ParagraphFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved