Uses of Class
org.docx4j.wml.STVAnchor
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STVAnchor in org.docx4j.wml
Fields in org.docx4j.wml declared as STVAnchor Modifier and Type Field Description protected STVAnchorCTFramePr. vAnchorprotected STVAnchorCTTblPPr. vertAnchorMethods in org.docx4j.wml that return STVAnchor Modifier and Type Method Description static STVAnchorSTVAnchor. fromValue(java.lang.String v)STVAnchorCTFramePr. getVAnchor()Gets the value of the vAnchor property.STVAnchorCTTblPPr. getVertAnchor()Gets the value of the vertAnchor property.static STVAnchorSTVAnchor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STVAnchor[]STVAnchor. 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 STVAnchor Modifier and Type Method Description voidCTFramePr. setVAnchor(STVAnchor value)Sets the value of the vAnchor property.voidCTTblPPr. setVertAnchor(STVAnchor value)Sets the value of the vertAnchor property.