Uses of Class
org.docx4j.vml.wordprocessingDrawing.STWrapSide
| Package | Description |
|---|---|
| org.docx4j.vml.wordprocessingDrawing |
-
Uses of STWrapSide in org.docx4j.vml.wordprocessingDrawing
Fields in org.docx4j.vml.wordprocessingDrawing declared as STWrapSide Modifier and Type Field Description protected STWrapSideCTWrap. sideMethods in org.docx4j.vml.wordprocessingDrawing that return STWrapSide Modifier and Type Method Description static STWrapSideSTWrapSide. fromValue(java.lang.String v)STWrapSideCTWrap. getSide()Gets the value of the side property.static STWrapSideSTWrapSide. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STWrapSide[]STWrapSide. 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 STWrapSide Modifier and Type Method Description voidCTWrap. setSide(STWrapSide value)Sets the value of the side property.