Uses of Class
org.docx4j.dml.STTextVertOverflowType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextVertOverflowType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextVertOverflowType Modifier and Type Field Description protected STTextVertOverflowTypeCTTextBodyProperties. vertOverflowMethods in org.docx4j.dml that return STTextVertOverflowType Modifier and Type Method Description static STTextVertOverflowTypeSTTextVertOverflowType. fromValue(java.lang.String v)STTextVertOverflowTypeCTTextBodyProperties. getVertOverflow()Gets the value of the vertOverflow property.static STTextVertOverflowTypeSTTextVertOverflowType. valueOf(java.lang.String name)Returns 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 STTextVertOverflowType Modifier and Type Method Description voidCTTextBodyProperties. setVertOverflow(STTextVertOverflowType value)Sets the value of the vertOverflow property.