Uses of Class
org.docx4j.dml.wordprocessingDrawing.CTWrapPath
Packages that use CTWrapPath
-
Uses of CTWrapPath in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as CTWrapPathModifier and TypeFieldDescriptionprotected CTWrapPathCTWrapThrough.wrapPolygonprotected CTWrapPathCTWrapTight.wrapPolygonMethods in org.docx4j.dml.wordprocessingDrawing that return CTWrapPathModifier and TypeMethodDescriptionObjectFactory.createCTWrapPath()Create an instance ofCTWrapPathCTWrapThrough.getWrapPolygon()Gets the value of the wrapPolygon property.CTWrapTight.getWrapPolygon()Gets the value of the wrapPolygon property.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type CTWrapPathModifier and TypeMethodDescriptionvoidCTWrapThrough.setWrapPolygon(CTWrapPath value) Sets the value of the wrapPolygon property.voidCTWrapTight.setWrapPolygon(CTWrapPath value) Sets the value of the wrapPolygon property.