Uses of Class
org.apache.poi.sl.draw.binding.CTGeomRect
-
Packages that use CTGeomRect Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTGeomRect in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTGeomRect Modifier and Type Field Description protected CTGeomRect
CTCustomGeometry2D. rect
Methods in org.apache.poi.sl.draw.binding that return CTGeomRect Modifier and Type Method Description CTGeomRect
ObjectFactory. createCTGeomRect()
Create an instance ofCTGeomRect
CTGeomRect
CTCustomGeometry2D. getRect()
Gets the value of the rect property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTGeomRect Modifier and Type Method Description void
CTCustomGeometry2D. setRect(CTGeomRect value)
Sets the value of the rect property.
-