Uses of Class
org.docx4j.dml.wordprocessingDrawing.STWrapText
| Package | Description |
|---|---|
| org.docx4j.dml.wordprocessingDrawing |
-
Uses of STWrapText in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as STWrapText Modifier and Type Field Description protected STWrapTextCTWrapSquare. wrapTextprotected STWrapTextCTWrapThrough. wrapTextprotected STWrapTextCTWrapTight. wrapTextMethods in org.docx4j.dml.wordprocessingDrawing that return STWrapText Modifier and Type Method Description static STWrapTextSTWrapText. fromValue(java.lang.String v)STWrapTextCTWrapSquare. getWrapText()Gets the value of the wrapText property.STWrapTextCTWrapThrough. getWrapText()Gets the value of the wrapText property.STWrapTextCTWrapTight. getWrapText()Gets the value of the wrapText property.static STWrapTextSTWrapText. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STWrapText[]STWrapText. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type STWrapText Modifier and Type Method Description voidCTWrapSquare. setWrapText(STWrapText value)Sets the value of the wrapText property.voidCTWrapThrough. setWrapText(STWrapText value)Sets the value of the wrapText property.voidCTWrapTight. setWrapText(STWrapText value)Sets the value of the wrapText property.