Uses of Enum
org.docx4j.dml.STTextFontAlignType
Packages that use STTextFontAlignType
-
Uses of STTextFontAlignType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextFontAlignTypeModifier and TypeFieldDescriptionprotected STTextFontAlignTypeCTTextParagraphProperties.fontAlgnMethods in org.docx4j.dml that return STTextFontAlignTypeModifier and TypeMethodDescriptionstatic STTextFontAlignTypeCTTextParagraphProperties.getFontAlgn()Gets the value of the fontAlgn property.static STTextFontAlignTypeReturns the enum constant of this type with the specified name.static STTextFontAlignType[]STTextFontAlignType.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 STTextFontAlignTypeModifier and TypeMethodDescriptionvoidCTTextParagraphProperties.setFontAlgn(STTextFontAlignType value) Sets the value of the fontAlgn property.