Uses of Enum
org.docx4j.dml.STTextHorzOverflowType
Packages that use STTextHorzOverflowType
-
Uses of STTextHorzOverflowType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextHorzOverflowTypeModifier and TypeFieldDescriptionprotected STTextHorzOverflowTypeCTTableCellProperties.horzOverflowprotected STTextHorzOverflowTypeCTTextBodyProperties.horzOverflowMethods in org.docx4j.dml that return STTextHorzOverflowTypeModifier and TypeMethodDescriptionstatic STTextHorzOverflowTypeCTTableCellProperties.getHorzOverflow()Gets the value of the horzOverflow property.CTTextBodyProperties.getHorzOverflow()Gets the value of the horzOverflow property.static STTextHorzOverflowTypeReturns 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 STTextHorzOverflowTypeModifier and TypeMethodDescriptionvoidCTTableCellProperties.setHorzOverflow(STTextHorzOverflowType value) Sets the value of the horzOverflow property.voidCTTextBodyProperties.setHorzOverflow(STTextHorzOverflowType value) Sets the value of the horzOverflow property.