Uses of Class
org.docx4j.dml.CTPoint2D
| Package | Description |
|---|---|
| org.docx4j.dml | |
| org.docx4j.dml.spreadsheetdrawing | |
| org.docx4j.dml.wordprocessingDrawing |
-
Uses of CTPoint2D in org.docx4j.dml
Fields in org.docx4j.dml declared as CTPoint2D Modifier and Type Field Description protected CTPoint2DCTGroupTransform2D. chOffprotected CTPoint2DCTGroupTransform2D. offprotected CTPoint2DCTTransform2D. offMethods in org.docx4j.dml that return CTPoint2D Modifier and Type Method Description CTPoint2DObjectFactory. createCTPoint2D()Create an instance ofCTPoint2DCTPoint2DCTGroupTransform2D. getChOff()Gets the value of the chOff property.CTPoint2DCTGroupTransform2D. getOff()Gets the value of the off property.CTPoint2DCTTransform2D. getOff()Gets the value of the off property.Methods in org.docx4j.dml with parameters of type CTPoint2D Modifier and Type Method Description voidCTGroupTransform2D. setChOff(CTPoint2D value)Sets the value of the chOff property.voidCTGroupTransform2D. setOff(CTPoint2D value)Sets the value of the off property.voidCTTransform2D. setOff(CTPoint2D value)Sets the value of the off property. -
Uses of CTPoint2D in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTPoint2D Modifier and Type Field Description protected CTPoint2DCTAbsoluteAnchor. posMethods in org.docx4j.dml.spreadsheetdrawing that return CTPoint2D Modifier and Type Method Description CTPoint2DCTAbsoluteAnchor. getPos()Gets the value of the pos property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTPoint2D Modifier and Type Method Description voidCTAbsoluteAnchor. setPos(CTPoint2D value)Sets the value of the pos property. -
Uses of CTPoint2D in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as CTPoint2D Modifier and Type Field Description protected CTPoint2DAnchor. simplePosprotected CTPoint2DCTWrapPath. startFields in org.docx4j.dml.wordprocessingDrawing with type parameters of type CTPoint2D Modifier and Type Field Description protected java.util.List<CTPoint2D>CTWrapPath. lineToMethods in org.docx4j.dml.wordprocessingDrawing that return CTPoint2D Modifier and Type Method Description CTPoint2DAnchor. getSimplePos()Gets the value of the simplePos property.CTPoint2DCTWrapPath. getStart()Gets the value of the start property.Methods in org.docx4j.dml.wordprocessingDrawing that return types with arguments of type CTPoint2D Modifier and Type Method Description java.util.List<CTPoint2D>CTWrapPath. getLineTo()Gets the value of the lineTo property.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type CTPoint2D Modifier and Type Method Description voidAnchor. setSimplePos(CTPoint2D value)Sets the value of the simplePos property.voidCTWrapPath. setStart(CTPoint2D value)Sets the value of the start property.