Uses of Enum
org.docx4j.wml.STHeightRule
Packages that use STHeightRule
-
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 type with the specified name.static STHeightRule[]STHeightRule.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 STHeightRuleModifier and TypeMethodDescriptionvoidCTFramePr.setHRule(STHeightRule value) Sets the value of the hRule property.voidCTHeight.setHRule(STHeightRule value) Sets the value of the hRule property.