Uses of Class
org.docx4j.dml.wordprocessingDrawing.STAlignV
| Package | Description |
|---|---|
| org.docx4j.dml.wordprocessingDrawing |
-
Uses of STAlignV in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as STAlignV Modifier and Type Field Description protected STAlignVCTPosV. alignMethods in org.docx4j.dml.wordprocessingDrawing that return STAlignV Modifier and Type Method Description static STAlignVSTAlignV. fromValue(java.lang.String v)STAlignVCTPosV. getAlign()Gets the value of the align property.static STAlignVSTAlignV. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STAlignV[]STAlignV. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type STAlignV Modifier and Type Method Description voidCTPosV. setAlign(STAlignV value)Sets the value of the align property.