Uses of Class
org.docx4j.dml.wordprocessingDrawing.CTWrapPath
| Package | Description |
|---|---|
| org.docx4j.dml.wordprocessingDrawing |
-
Uses of CTWrapPath in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as CTWrapPath Modifier and Type Field Description protected CTWrapPathCTWrapThrough. wrapPolygonprotected CTWrapPathCTWrapTight. wrapPolygonMethods in org.docx4j.dml.wordprocessingDrawing that return CTWrapPath Modifier and Type Method Description CTWrapPathObjectFactory. createCTWrapPath()Create an instance ofCTWrapPathCTWrapPathCTWrapThrough. getWrapPolygon()Gets the value of the wrapPolygon property.CTWrapPathCTWrapTight. getWrapPolygon()Gets the value of the wrapPolygon property.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type CTWrapPath Modifier and Type Method Description voidCTWrapThrough. setWrapPolygon(CTWrapPath value)Sets the value of the wrapPolygon property.voidCTWrapTight. setWrapPolygon(CTWrapPath value)Sets the value of the wrapPolygon property.