Uses of Enum Class
org.docx4j.wml.STVAnchor
Packages that use STVAnchor
-
Uses of STVAnchor in org.docx4j.model.styles
Methods in org.docx4j.model.styles with parameters of type STVAnchor -
Uses of STVAnchor in org.docx4j.wml
Fields in org.docx4j.wml declared as STVAnchorModifier and TypeFieldDescriptionprotected STVAnchorCTFramePr.vAnchorprotected STVAnchorCTTblPPr.vertAnchorMethods in org.docx4j.wml that return STVAnchorModifier and TypeMethodDescriptionstatic STVAnchorCTFramePr.getVAnchor()Gets the value of the vAnchor property.CTTblPPr.getVertAnchor()Gets the value of the vertAnchor property.static STVAnchorReturns the enum constant of this class with the specified name.static STVAnchor[]STVAnchor.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 STVAnchorModifier and TypeMethodDescriptionvoidCTFramePr.setVAnchor(STVAnchor value) Sets the value of the vAnchor property.voidCTTblPPr.setVertAnchor(STVAnchor value) Sets the value of the vertAnchor property.