Uses of Class
org.docx4j.vml.wordprocessingDrawing.STWrapType
| Package | Description |
|---|---|
| org.docx4j.vml.wordprocessingDrawing |
-
Uses of STWrapType in org.docx4j.vml.wordprocessingDrawing
Fields in org.docx4j.vml.wordprocessingDrawing declared as STWrapType Modifier and Type Field Description protected STWrapTypeCTWrap. typeMethods in org.docx4j.vml.wordprocessingDrawing that return STWrapType Modifier and Type Method Description static STWrapTypeSTWrapType. fromValue(java.lang.String v)STWrapTypeCTWrap. getType()Gets the value of the type property.static STWrapTypeSTWrapType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STWrapType[]STWrapType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.wordprocessingDrawing with parameters of type STWrapType Modifier and Type Method Description voidCTWrap. setType(STWrapType value)Sets the value of the type property.