Uses of Enum
org.docx4j.dml.STTextTabAlignType
Packages that use STTextTabAlignType
-
Uses of STTextTabAlignType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextTabAlignTypeMethods in org.docx4j.dml that return STTextTabAlignTypeModifier and TypeMethodDescriptionstatic STTextTabAlignTypeCTTextTabStop.getAlgn()Gets the value of the algn property.static STTextTabAlignTypeReturns the enum constant of this type with the specified name.static STTextTabAlignType[]STTextTabAlignType.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 STTextTabAlignTypeModifier and TypeMethodDescriptionvoidCTTextTabStop.setAlgn(STTextTabAlignType value) Sets the value of the algn property.