Uses of Class
org.docx4j.dml.STTextAlignType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextAlignType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextAlignType Modifier and Type Field Description protected STTextAlignTypeCTTextParagraphProperties. algnMethods in org.docx4j.dml that return STTextAlignType Modifier and Type Method Description static STTextAlignTypeSTTextAlignType. fromValue(java.lang.String v)STTextAlignTypeCTTextParagraphProperties. getAlgn()Gets the value of the algn property.static STTextAlignTypeSTTextAlignType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTextAlignType[]STTextAlignType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STTextAlignType Modifier and Type Method Description voidCTTextParagraphProperties. setAlgn(STTextAlignType value)Sets the value of the algn property.