Uses of Class
org.docx4j.dml.STTextHorzOverflowType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextHorzOverflowType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextHorzOverflowType Modifier and Type Field Description protected STTextHorzOverflowTypeCTTableCellProperties. horzOverflowprotected STTextHorzOverflowTypeCTTextBodyProperties. horzOverflowMethods in org.docx4j.dml that return STTextHorzOverflowType Modifier and Type Method Description static STTextHorzOverflowTypeSTTextHorzOverflowType. fromValue(java.lang.String v)STTextHorzOverflowTypeCTTableCellProperties. getHorzOverflow()Gets the value of the horzOverflow property.STTextHorzOverflowTypeCTTextBodyProperties. getHorzOverflow()Gets the value of the horzOverflow property.static STTextHorzOverflowTypeSTTextHorzOverflowType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTextHorzOverflowType[]STTextHorzOverflowType. 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 STTextHorzOverflowType Modifier and Type Method Description voidCTTableCellProperties. setHorzOverflow(STTextHorzOverflowType value)Sets the value of the horzOverflow property.voidCTTextBodyProperties. setHorzOverflow(STTextHorzOverflowType value)Sets the value of the horzOverflow property.