Uses of Class
org.docx4j.math.CTSpacingRule
Packages that use CTSpacingRule
-
Uses of CTSpacingRule in org.docx4j.math
Fields in org.docx4j.math declared as CTSpacingRuleModifier and TypeFieldDescriptionprotected CTSpacingRuleCTMPr.cGpRuleprotected CTSpacingRuleCTEqArrPr.rSpRuleprotected CTSpacingRuleCTMPr.rSpRuleMethods in org.docx4j.math that return CTSpacingRuleModifier and TypeMethodDescriptionObjectFactory.createCTSpacingRule()Create an instance ofCTSpacingRuleCTMPr.getCGpRule()Gets the value of the cGpRule property.CTEqArrPr.getRSpRule()Gets the value of the rSpRule property.CTMPr.getRSpRule()Gets the value of the rSpRule property.Methods in org.docx4j.math with parameters of type CTSpacingRuleModifier and TypeMethodDescriptionvoidCTMPr.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.