com.aspose.words
Class LineSpacingRule

java.lang.Object
    extended by 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
           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
           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
           The line spacing is specified in the ParagraphFormat.LineSpacing property as the number of lines. One line equals 12 points.
 

Field Detail

AT_LEAST

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

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

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.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.