Uses of Class
org.docx4j.dml.STTextWrappingType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextWrappingType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextWrappingType Modifier and Type Field Description protected STTextWrappingTypeCTTextBodyProperties. wrapMethods in org.docx4j.dml that return STTextWrappingType Modifier and Type Method Description static STTextWrappingTypeSTTextWrappingType. fromValue(java.lang.String v)STTextWrappingTypeCTTextBodyProperties. getWrap()Gets the value of the wrap property.static STTextWrappingTypeSTTextWrappingType. valueOf(java.lang.String name)Returns 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 STTextWrappingType Modifier and Type Method Description voidCTTextBodyProperties. setWrap(STTextWrappingType value)Sets the value of the wrap property.