Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LineSpacingRule Enumeration

In This Topic
    LineSpacingRule Enumeration
    In This Topic
    Specifies line spacing values for a paragraph.
    Syntax
    'Declaration
     
    Public Enum LineSpacingRule 
       Inherits System.Enum
    public enum LineSpacingRule : System.Enum 
    Members
    MemberDescription
    AtLeastThe line spacing can be greater than or equal to, but never less than, the value specified in the Spacing.LineSpacing property.
    Auto Automatically determined line height.
    ExactThe line spacing never changes from the value specified in the Spacing.LineSpacing property, even if a larger font is used within the paragraph.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.LineSpacingRule

    See Also