Uses of Class
org.docx4j.vml.wordprocessingDrawing.STVerticalAnchor
| Package | Description |
|---|---|
| org.docx4j.vml.wordprocessingDrawing |
-
Uses of STVerticalAnchor in org.docx4j.vml.wordprocessingDrawing
Fields in org.docx4j.vml.wordprocessingDrawing declared as STVerticalAnchor Modifier and Type Field Description protected STVerticalAnchorCTWrap. anchoryMethods in org.docx4j.vml.wordprocessingDrawing that return STVerticalAnchor Modifier and Type Method Description static STVerticalAnchorSTVerticalAnchor. fromValue(java.lang.String v)STVerticalAnchorCTWrap. getAnchory()Gets the value of the anchory property.static STVerticalAnchorSTVerticalAnchor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STVerticalAnchor[]STVerticalAnchor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.wordprocessingDrawing with parameters of type STVerticalAnchor Modifier and Type Method Description voidCTWrap. setAnchory(STVerticalAnchor value)Sets the value of the anchory property.