Uses of Class
org.apache.poi.sl.draw.binding.CTGeomGuide
-
Packages that use CTGeomGuide Package Description 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 Modifier and Type Field Description protected java.util.List<CTGeomGuide>
CTGeomGuideList. gd
Methods in org.apache.poi.sl.draw.binding that return CTGeomGuide Modifier and Type Method Description CTGeomGuide
ObjectFactory. createCTGeomGuide()
Create an instance ofCTGeomGuide
Methods in org.apache.poi.sl.draw.binding that return types with arguments of type CTGeomGuide Modifier and Type Method Description 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 Constructor Description AdjustValue(CTGeomGuide gd)
Guide(CTGeomGuide gd)
-