Uses of Class
org.apache.poi.sl.draw.binding.CTPoint2D
-
Packages that use CTPoint2D Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTPoint2D in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTPoint2D Modifier and Type Field Description protected CTPoint2DCTGroupTransform2D. chOffprotected CTPoint2DCTGroupTransform2D. offprotected CTPoint2DCTTransform2D. offMethods in org.apache.poi.sl.draw.binding 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.apache.poi.sl.draw.binding 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.
-