|
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.
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.
|