Uses of Enum
org.docx4j.wml.STLineSpacingRule
Packages that use STLineSpacingRule
-
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 type with the specified name.static STLineSpacingRule[]STLineSpacingRule.values()Returns an array containing the constants of this enum type, 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.