Uses of Enum Class
org.apache.poi.xwpf.usermodel.LineSpacingRule
Packages that use LineSpacingRule
-
Uses of LineSpacingRule in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return LineSpacingRuleModifier and TypeMethodDescriptionXWPFParagraph.getSpacingLineRule()
Specifies how the spacing between lines is calculated as stored in the line attribute.static LineSpacingRule
LineSpacingRule.valueOf
(int type) Returns the enum constant of this class with the specified name.static LineSpacingRule
Returns the enum constant of this class with the specified name.static LineSpacingRule[]
LineSpacingRule.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type LineSpacingRuleModifier and TypeMethodDescriptionvoid
XWPFParagraph.setSpacingBetween
(double spacing, LineSpacingRule rule) Sets the spacing between lines in a paragraphvoid
XWPFParagraph.setSpacingLineRule
(LineSpacingRule rule) Specifies how the spacing between lines is calculated as stored in the line attribute.