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

Packages that use CTGeomGuide
org.apache.poi.sl.draw.binding   
org.apache.poi.sl.draw.geom   
 

Uses of CTGeomGuide in org.apache.poi.sl.draw.binding
 

Fields in org.apache.poi.sl.draw.binding with type parameters of type CTGeomGuide
protected  java.util.List<CTGeomGuide> CTGeomGuideList.gd
           
 

Methods in org.apache.poi.sl.draw.binding that return CTGeomGuide
 CTGeomGuide ObjectFactory.createCTGeomGuide()
          Create an instance of CTGeomGuide
 

Methods in org.apache.poi.sl.draw.binding that return types with arguments of type CTGeomGuide
 java.util.List<CTGeomGuide> CTGeomGuideList.getGd()
          Gets the value of the gd property.
 

Uses of CTGeomGuide in org.apache.poi.sl.draw.geom
 

Constructors in org.apache.poi.sl.draw.geom with parameters of type CTGeomGuide
AdjustValue(CTGeomGuide gd)
           
Guide(CTGeomGuide gd)
           
 



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