Uses of Enum
org.docx4j.dml.STTextVertOverflowType
Packages that use STTextVertOverflowType
-
Uses of STTextVertOverflowType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextVertOverflowTypeModifier and TypeFieldDescriptionprotected STTextVertOverflowTypeCTTextBodyProperties.vertOverflowMethods in org.docx4j.dml that return STTextVertOverflowTypeModifier and TypeMethodDescriptionstatic STTextVertOverflowTypeCTTextBodyProperties.getVertOverflow()Gets the value of the vertOverflow property.static STTextVertOverflowTypeReturns the enum constant of this type with the specified name.static STTextVertOverflowType[]STTextVertOverflowType.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 STTextVertOverflowTypeModifier and TypeMethodDescriptionvoidCTTextBodyProperties.setVertOverflow(STTextVertOverflowType value) Sets the value of the vertOverflow property.