|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LineSpacingRule>
com.spire.doc.LineSpacingRule
public enum LineSpacingRule
Paragraph line spacing rule
Enum Constant Summary | |
---|---|
At_Least
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. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final LineSpacingRule At_Least
public static final LineSpacingRule Exactly
public static final LineSpacingRule Multiple
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |