linespacingrule-ag凯发旗舰厅



com.spire.doc
enum linespacingrule

java.lang.object
  extended by java.lang.enum<linespacingrule>
      extended by 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.
 
method summary
 int getvalue()
           
 
enum constant detail

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

getvalue

public int getvalue()


网站地图