Uses of Enum Class
org.docx4j.vml.wordprocessingDrawing.STWrapSide
Packages that use STWrapSide
-
Uses of STWrapSide in org.docx4j.vml.wordprocessingDrawing
Fields in org.docx4j.vml.wordprocessingDrawing declared as STWrapSideMethods in org.docx4j.vml.wordprocessingDrawing that return STWrapSideModifier and TypeMethodDescriptionstatic STWrapSideCTWrap.getSide()Gets the value of the side property.static STWrapSideReturns the enum constant of this class with the specified name.static STWrapSide[]STWrapSide.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.vml.wordprocessingDrawing with parameters of type STWrapSideModifier and TypeMethodDescriptionvoidCTWrap.setSide(STWrapSide value) Sets the value of the side property.