Uses of Class
org.docx4j.dml.STTextVerticalType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextVerticalType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextVerticalType Modifier and Type Field Description protected STTextVerticalTypeCTTableCellProperties. vertprotected STTextVerticalTypeCTTextBodyProperties. vertMethods in org.docx4j.dml that return STTextVerticalType Modifier and Type Method Description static STTextVerticalTypeSTTextVerticalType. fromValue(java.lang.String v)STTextVerticalTypeCTTableCellProperties. getVert()Gets the value of the vert property.STTextVerticalTypeCTTextBodyProperties. getVert()Gets the value of the vert property.static STTextVerticalTypeSTTextVerticalType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTextVerticalType[]STTextVerticalType. 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 STTextVerticalType Modifier and Type Method Description voidCTTableCellProperties. setVert(STTextVerticalType value)Sets the value of the vert property.voidCTTextBodyProperties. setVert(STTextVerticalType value)Sets the value of the vert property.