Uses of Class
org.docx4j.wml.STHeightRule
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STHeightRule in org.docx4j.wml
Fields in org.docx4j.wml declared as STHeightRule Modifier and Type Field Description protected STHeightRuleCTFramePr. hRuleprotected STHeightRuleCTHeight. hRuleMethods in org.docx4j.wml that return STHeightRule Modifier and Type Method Description static STHeightRuleSTHeightRule. fromValue(java.lang.String v)STHeightRuleCTFramePr. getHRule()Gets the value of the hRule property.STHeightRuleCTHeight. getHRule()Gets the value of the hRule property.static STHeightRuleSTHeightRule. valueOf(java.lang.String name)Returns 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 STHeightRule Modifier and Type Method Description voidCTFramePr. setHRule(STHeightRule value)Sets the value of the hRule property.voidCTHeight. setHRule(STHeightRule value)Sets the value of the hRule property.