Uses of Class
org.docx4j.dml.wordprocessingDrawing.STAlignH
| Package | Description |
|---|---|
| org.docx4j.dml.wordprocessingDrawing |
-
Uses of STAlignH in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as STAlignH Modifier and Type Field Description protected STAlignHCTPosH. alignMethods in org.docx4j.dml.wordprocessingDrawing that return STAlignH Modifier and Type Method Description static STAlignHSTAlignH. fromValue(java.lang.String v)STAlignHCTPosH. getAlign()Gets the value of the align property.static STAlignHSTAlignH. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STAlignH[]STAlignH. 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 STAlignH Modifier and Type Method Description voidCTPosH. setAlign(STAlignH value)Sets the value of the align property.