Uses of Enum
org.docx4j.wml.STHAnchor
Packages that use STHAnchor
-
Uses of STHAnchor in org.docx4j.wml
Fields in org.docx4j.wml declared as STHAnchorModifier and TypeFieldDescriptionprotected STHAnchorCTFramePr.hAnchorprotected STHAnchorCTTblPPr.horzAnchorMethods in org.docx4j.wml that return STHAnchorModifier and TypeMethodDescriptionstatic STHAnchorCTFramePr.getHAnchor()Gets the value of the hAnchor property.CTTblPPr.getHorzAnchor()Gets the value of the horzAnchor property.static STHAnchorReturns 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 STHAnchorModifier and TypeMethodDescriptionvoidCTFramePr.setHAnchor(STHAnchor value) Sets the value of the hAnchor property.voidCTTblPPr.setHorzAnchor(STHAnchor value) Sets the value of the horzAnchor property.