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

Packages that use CTGeomGuideList
org.apache.poi.sl.draw.binding   
 

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

Fields in org.apache.poi.sl.draw.binding declared as CTGeomGuideList
protected  CTGeomGuideList CTPresetTextShape.avLst
           
protected  CTGeomGuideList CTPresetGeometry2D.avLst
           
protected  CTGeomGuideList CTCustomGeometry2D.avLst
           
protected  CTGeomGuideList CTCustomGeometry2D.gdLst
           
 

Methods in org.apache.poi.sl.draw.binding that return CTGeomGuideList
 CTGeomGuideList ObjectFactory.createCTGeomGuideList()
          Create an instance of CTGeomGuideList
 CTGeomGuideList CTPresetTextShape.getAvLst()
          Gets the value of the avLst property.
 CTGeomGuideList CTPresetGeometry2D.getAvLst()
          Gets the value of the avLst property.
 CTGeomGuideList CTCustomGeometry2D.getAvLst()
          Gets the value of the avLst property.
 CTGeomGuideList CTCustomGeometry2D.getGdLst()
          Gets the value of the gdLst property.
 

Methods in org.apache.poi.sl.draw.binding with parameters of type CTGeomGuideList
 void CTPresetTextShape.setAvLst(CTGeomGuideList value)
          Sets the value of the avLst property.
 void CTPresetGeometry2D.setAvLst(CTGeomGuideList value)
          Sets the value of the avLst property.
 void CTCustomGeometry2D.setAvLst(CTGeomGuideList value)
          Sets the value of the avLst property.
 void CTCustomGeometry2D.setGdLst(CTGeomGuideList value)
          Sets the value of the gdLst property.
 



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