Uses of Class
org.apache.poi.xwpf.usermodel.LineSpacingRule
-
Packages that use LineSpacingRule Package Description org.apache.poi.xwpf.usermodel -
-
Uses of LineSpacingRule in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return LineSpacingRule Modifier and Type Method Description LineSpacingRuleXWPFParagraph. getSpacingLineRule()Specifies how the spacing between lines is calculated as stored in the line attribute.static LineSpacingRuleLineSpacingRule. valueOf(int type)Returns the enum constant of this type with the specified name.static LineSpacingRuleLineSpacingRule. valueOf(String name)Returns the enum constant of this type with the specified name.static LineSpacingRule[]LineSpacingRule. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type LineSpacingRule Modifier and Type Method Description voidXWPFParagraph. setSpacingBetween(double spacing, LineSpacingRule rule)Sets the spacing between lines in a paragraphvoidXWPFParagraph. setSpacingLineRule(LineSpacingRule rule)Specifies how the spacing between lines is calculated as stored in the line attribute.
-