Uses of Class
org.apache.poi.sl.draw.binding.CTRatio
-
Packages that use CTRatio Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTRatio in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTRatio Modifier and Type Field Description protected CTRatioCTScale2D. sxprotected CTRatioCTScale2D. syMethods in org.apache.poi.sl.draw.binding that return CTRatio Modifier and Type Method Description CTRatioObjectFactory. createCTRatio()Create an instance ofCTRatioCTRatioCTScale2D. getSx()Gets the value of the sx property.CTRatioCTScale2D. getSy()Gets the value of the sy property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTRatio Modifier and Type Method Description voidCTScale2D. setSx(CTRatio value)Sets the value of the sx property.voidCTScale2D. setSy(CTRatio value)Sets the value of the sy property.
-