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 CTRatio
CTScale2D. sx
protected CTRatio
CTScale2D. sy
Methods in org.apache.poi.sl.draw.binding that return CTRatio Modifier and Type Method Description CTRatio
ObjectFactory. createCTRatio()
Create an instance ofCTRatio
CTRatio
CTScale2D. getSx()
Gets the value of the sx property.CTRatio
CTScale2D. 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 void
CTScale2D. setSx(CTRatio value)
Sets the value of the sx property.void
CTScale2D. setSy(CTRatio value)
Sets the value of the sy property.
-