Uses of Enum
org.docx4j.dml.STTextVerticalType
Packages that use STTextVerticalType
-
Uses of STTextVerticalType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextVerticalTypeModifier and TypeFieldDescriptionprotected STTextVerticalTypeCTTableCellProperties.vertprotected STTextVerticalTypeCTTextBodyProperties.vertMethods in org.docx4j.dml that return STTextVerticalTypeModifier and TypeMethodDescriptionstatic STTextVerticalTypeCTTableCellProperties.getVert()Gets the value of the vert property.CTTextBodyProperties.getVert()Gets the value of the vert property.static STTextVerticalTypeReturns 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 STTextVerticalTypeModifier and TypeMethodDescriptionvoidCTTableCellProperties.setVert(STTextVerticalType value) Sets the value of the vert property.voidCTTextBodyProperties.setVert(STTextVerticalType value) Sets the value of the vert property.