Uses of Class
org.apache.poi.sl.draw.binding.CTPositiveSize2D
-
Packages that use CTPositiveSize2D Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTPositiveSize2D in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTPositiveSize2D Modifier and Type Field Description protected CTPositiveSize2DCTGroupTransform2D. chExtprotected CTPositiveSize2DCTGroupTransform2D. extprotected CTPositiveSize2DCTTransform2D. extMethods in org.apache.poi.sl.draw.binding that return CTPositiveSize2D Modifier and Type Method Description CTPositiveSize2DObjectFactory. createCTPositiveSize2D()Create an instance ofCTPositiveSize2DCTPositiveSize2DCTGroupTransform2D. getChExt()Gets the value of the chExt property.CTPositiveSize2DCTGroupTransform2D. getExt()Gets the value of the ext property.CTPositiveSize2DCTTransform2D. getExt()Gets the value of the ext property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTPositiveSize2D Modifier and Type Method Description voidCTGroupTransform2D. setChExt(CTPositiveSize2D value)Sets the value of the chExt property.voidCTGroupTransform2D. setExt(CTPositiveSize2D value)Sets the value of the ext property.voidCTTransform2D. setExt(CTPositiveSize2D value)Sets the value of the ext property.
-