Uses of Enum Class
org.docx4j.wml.STHeightRule
Packages that use STHeightRule
-
Uses of STHeightRule in org.docx4j.model.styles
Methods in org.docx4j.model.styles with parameters of type STHeightRuleModifier and TypeMethodDescriptionstatic booleanStyleUtil.areEqual(STHeightRule hRule1, STHeightRule hRule2) -
Uses of STHeightRule in org.docx4j.wml
Fields in org.docx4j.wml declared as STHeightRuleModifier and TypeFieldDescriptionprotected STHeightRuleCTFramePr.hRuleprotected STHeightRuleCTHeight.hRuleMethods in org.docx4j.wml that return STHeightRuleModifier and TypeMethodDescriptionstatic STHeightRuleCTFramePr.getHRule()Gets the value of the hRule property.CTHeight.getHRule()Gets the value of the hRule property.static STHeightRuleReturns the enum constant of this class with the specified name.static STHeightRule[]STHeightRule.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 STHeightRuleModifier and TypeMethodDescriptionvoidCTFramePr.setHRule(STHeightRule value) Sets the value of the hRule property.voidCTHeight.setHRule(STHeightRule value) Sets the value of the hRule property.