linespacingrule-ag凯发旗舰厅
com.spire.doc
enum linespacingrule
java.lang.object
java.lang.enum<linespacingrule>
com.spire.doc.linespacingrule
- all implemented interfaces:
- java.lang.comparable<linespacingrule>
public enum linespacingrule
- extends java.lang.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. |
at_least
public static final linespacingrule at_least
- the line spacing can be greater than or equal to, but never less than,
the value specified in the linespacing property.
exactly
public static final linespacingrule 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
public static final linespacingrule multiple
- the line spacing is specified in the linespacing property as the number of lines.
one line equals 12 points.
getvalue
public int getvalue()