Uses of Class
org.docx4j.dml.STTextTabAlignType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextTabAlignType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextTabAlignType Modifier and Type Field Description protected STTextTabAlignTypeCTTextTabStop. algnMethods in org.docx4j.dml that return STTextTabAlignType Modifier and Type Method Description static STTextTabAlignTypeSTTextTabAlignType. fromValue(java.lang.String v)STTextTabAlignTypeCTTextTabStop. getAlgn()Gets the value of the algn property.static STTextTabAlignTypeSTTextTabAlignType. valueOf(java.lang.String name)Returns 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 STTextTabAlignType Modifier and Type Method Description voidCTTextTabStop. setAlgn(STTextTabAlignType value)Sets the value of the algn property.