Uses of Class
org.docx4j.wml.STLineSpacingRule
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STLineSpacingRule in org.docx4j.wml
Fields in org.docx4j.wml declared as STLineSpacingRule Modifier and Type Field Description protected STLineSpacingRulePPrBase.Spacing. lineRuleMethods in org.docx4j.wml that return STLineSpacingRule Modifier and Type Method Description static STLineSpacingRuleSTLineSpacingRule. fromValue(java.lang.String v)STLineSpacingRulePPrBase.Spacing. getLineRule()Gets the value of the lineRule property.static STLineSpacingRuleSTLineSpacingRule. valueOf(java.lang.String name)Returns 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 STLineSpacingRule Modifier and Type Method Description voidPPrBase.Spacing. setLineRule(STLineSpacingRule value)Sets the value of the lineRule property.