Uses of Enum Class
org.docx4j.wml.STLineSpacingRule
Packages that use STLineSpacingRule
-
Uses of STLineSpacingRule in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return STLineSpacingRuleModifier and TypeMethodDescriptionstatic STLineSpacingRuleStyleUtil.apply(STLineSpacingRule source, STLineSpacingRule destination) Methods in org.docx4j.model.styles with parameters of type STLineSpacingRuleModifier and TypeMethodDescriptionstatic STLineSpacingRuleStyleUtil.apply(STLineSpacingRule source, STLineSpacingRule destination) -
Uses of STLineSpacingRule in org.docx4j.wml
Fields in org.docx4j.wml declared as STLineSpacingRuleMethods in org.docx4j.wml that return STLineSpacingRuleModifier and TypeMethodDescriptionstatic STLineSpacingRulePPrBase.Spacing.getLineRule()Gets the value of the lineRule property.static STLineSpacingRuleReturns the enum constant of this class with the specified name.static STLineSpacingRule[]STLineSpacingRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.wml with parameters of type STLineSpacingRuleModifier and TypeMethodDescriptionvoidPPrBase.Spacing.setLineRule(STLineSpacingRule value) Sets the value of the lineRule property.