Uses of Class
org.docx4j.wml.STHAnchor
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STHAnchor in org.docx4j.wml
Fields in org.docx4j.wml declared as STHAnchor Modifier and Type Field Description protected STHAnchorCTFramePr. hAnchorprotected STHAnchorCTTblPPr. horzAnchorMethods in org.docx4j.wml that return STHAnchor Modifier and Type Method Description static STHAnchorSTHAnchor. fromValue(java.lang.String v)STHAnchorCTFramePr. getHAnchor()Gets the value of the hAnchor property.STHAnchorCTTblPPr. getHorzAnchor()Gets the value of the horzAnchor property.static STHAnchorSTHAnchor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STHAnchor[]STHAnchor. 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 STHAnchor Modifier and Type Method Description voidCTFramePr. setHAnchor(STHAnchor value)Sets the value of the hAnchor property.voidCTTblPPr. setHorzAnchor(STHAnchor value)Sets the value of the horzAnchor property.