Uses of Enum
org.docx4j.dml.wordprocessingDrawing.STWrapText
Packages that use STWrapText
-
Uses of STWrapText in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as STWrapTextModifier and TypeFieldDescriptionprotected STWrapTextCTWrapSquare.wrapTextprotected STWrapTextCTWrapThrough.wrapTextprotected STWrapTextCTWrapTight.wrapTextMethods in org.docx4j.dml.wordprocessingDrawing that return STWrapTextModifier and TypeMethodDescriptionstatic STWrapTextCTWrapSquare.getWrapText()Gets the value of the wrapText property.CTWrapThrough.getWrapText()Gets the value of the wrapText property.CTWrapTight.getWrapText()Gets the value of the wrapText property.static STWrapTextReturns 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 STWrapTextModifier and TypeMethodDescriptionvoidCTWrapSquare.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.