Uses of Class
org.docx4j.vml.wordprocessingDrawing.STHorizontalAnchor
| Package | Description |
|---|---|
| org.docx4j.vml.wordprocessingDrawing |
-
Uses of STHorizontalAnchor in org.docx4j.vml.wordprocessingDrawing
Fields in org.docx4j.vml.wordprocessingDrawing declared as STHorizontalAnchor Modifier and Type Field Description protected STHorizontalAnchorCTWrap. anchorxMethods in org.docx4j.vml.wordprocessingDrawing that return STHorizontalAnchor Modifier and Type Method Description static STHorizontalAnchorSTHorizontalAnchor. fromValue(java.lang.String v)STHorizontalAnchorCTWrap. getAnchorx()Gets the value of the anchorx property.static STHorizontalAnchorSTHorizontalAnchor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STHorizontalAnchor[]STHorizontalAnchor. 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 STHorizontalAnchor Modifier and Type Method Description voidCTWrap. setAnchorx(STHorizontalAnchor value)Sets the value of the anchorx property.