com.aspose.words

Class LineSpacingRule

  • java.lang.Object
    • com.aspose.words.LineSpacingRule
public class LineSpacingRule 
extends java.lang.Object

Utility class containing constants. Specifies line spacing values for a paragraph.

Field Summary
static final intAT_LEAST = 0
The line spacing can be greater than or equal to, but never less than, the value specified in the ParagraphFormat.LineSpacing property.
static final intEXACTLY = 1
The line spacing never changes from the value specified in the ParagraphFormat.LineSpacing property, even if a larger font is used within the paragraph.
static final intMULTIPLE = 2
The line spacing is specified in the ParagraphFormat.LineSpacing property as the number of lines. One line equals 12 points.
 

    • Field Detail

      • AT_LEAST = 0

        public static final int AT_LEAST
        The line spacing can be greater than or equal to, but never less than, the value specified in the ParagraphFormat.LineSpacing property.
      • EXACTLY = 1

        public static final int EXACTLY
        The line spacing never changes from the value specified in the ParagraphFormat.LineSpacing property, even if a larger font is used within the paragraph.
      • MULTIPLE = 2

        public static final int MULTIPLE
        The line spacing is specified in the ParagraphFormat.LineSpacing property as the number of lines. One line equals 12 points.