Uses of Class
org.docx4j.math.CTSpacingRule
| Package | Description |
|---|---|
| org.docx4j.math |
-
Uses of CTSpacingRule in org.docx4j.math
Fields in org.docx4j.math declared as CTSpacingRule Modifier and Type Field Description protected CTSpacingRuleCTMPr. cGpRuleprotected CTSpacingRuleCTEqArrPr. rSpRuleprotected CTSpacingRuleCTMPr. rSpRuleMethods in org.docx4j.math that return CTSpacingRule Modifier and Type Method Description CTSpacingRuleObjectFactory. createCTSpacingRule()Create an instance ofCTSpacingRuleCTSpacingRuleCTMPr. getCGpRule()Gets the value of the cGpRule property.CTSpacingRuleCTEqArrPr. getRSpRule()Gets the value of the rSpRule property.CTSpacingRuleCTMPr. getRSpRule()Gets the value of the rSpRule property.Methods in org.docx4j.math with parameters of type CTSpacingRule Modifier and Type Method Description voidCTMPr. setCGpRule(CTSpacingRule value)Sets the value of the cGpRule property.voidCTEqArrPr. setRSpRule(CTSpacingRule value)Sets the value of the rSpRule property.voidCTMPr. setRSpRule(CTSpacingRule value)Sets the value of the rSpRule property.