Uses of Class
org.apache.poi.sl.draw.binding.CTGeomRect

Packages that use CTGeomRect
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
protected  CTGeomRect CTCustomGeometry2D.rect
           
 

Methods in org.apache.poi.sl.draw.binding that return CTGeomRect
 CTGeomRect ObjectFactory.createCTGeomRect()
          Create an instance of CTGeomRect
 CTGeomRect CTCustomGeometry2D.getRect()
          Gets the value of the rect property.
 

Methods in org.apache.poi.sl.draw.binding with parameters of type CTGeomRect
 void CTCustomGeometry2D.setRect(CTGeomRect value)
          Sets the value of the rect property.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.