Uses of Enum
org.docx4j.dml.STTextAlignType
Packages that use STTextAlignType
-
Uses of STTextAlignType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextAlignTypeMethods in org.docx4j.dml that return STTextAlignTypeModifier and TypeMethodDescriptionstatic STTextAlignTypeCTTextParagraphProperties.getAlgn()Gets the value of the algn property.static STTextAlignTypeReturns 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 STTextAlignTypeModifier and TypeMethodDescriptionvoidCTTextParagraphProperties.setAlgn(STTextAlignType value) Sets the value of the algn property.