Uses of Enum
org.docx4j.dml.STTextWrappingType
Packages that use STTextWrappingType
-
Uses of STTextWrappingType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextWrappingTypeMethods in org.docx4j.dml that return STTextWrappingTypeModifier and TypeMethodDescriptionstatic STTextWrappingTypeCTTextBodyProperties.getWrap()Gets the value of the wrap property.static STTextWrappingTypeReturns the enum constant of this type with the specified name.static STTextWrappingType[]STTextWrappingType.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 STTextWrappingTypeModifier and TypeMethodDescriptionvoidCTTextBodyProperties.setWrap(STTextWrappingType value) Sets the value of the wrap property.