Uses of Class
org.docx4j.dml.STTextFontAlignType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextFontAlignType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextFontAlignType Modifier and Type Field Description protected STTextFontAlignTypeCTTextParagraphProperties. fontAlgnMethods in org.docx4j.dml that return STTextFontAlignType Modifier and Type Method Description static STTextFontAlignTypeSTTextFontAlignType. fromValue(java.lang.String v)STTextFontAlignTypeCTTextParagraphProperties. getFontAlgn()Gets the value of the fontAlgn property.static STTextFontAlignTypeSTTextFontAlignType. valueOf(java.lang.String name)Returns 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 STTextFontAlignType Modifier and Type Method Description voidCTTextParagraphProperties. setFontAlgn(STTextFontAlignType value)Sets the value of the fontAlgn property.