Uses of Class
org.apache.poi.sl.draw.binding.CTGeomGuideList
-
Packages that use CTGeomGuideList Package Description 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 Modifier and Type Field Description protected CTGeomGuideList
CTCustomGeometry2D. avLst
protected CTGeomGuideList
CTPresetGeometry2D. avLst
protected CTGeomGuideList
CTPresetTextShape. avLst
protected CTGeomGuideList
CTCustomGeometry2D. gdLst
Methods in org.apache.poi.sl.draw.binding that return CTGeomGuideList Modifier and Type Method Description CTGeomGuideList
ObjectFactory. createCTGeomGuideList()
Create an instance ofCTGeomGuideList
CTGeomGuideList
CTCustomGeometry2D. getAvLst()
Gets the value of the avLst property.CTGeomGuideList
CTPresetGeometry2D. getAvLst()
Gets the value of the avLst property.CTGeomGuideList
CTPresetTextShape. 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 Modifier and Type Method Description void
CTCustomGeometry2D. setAvLst(CTGeomGuideList value)
Sets the value of the avLst property.void
CTPresetGeometry2D. setAvLst(CTGeomGuideList value)
Sets the value of the avLst property.void
CTPresetTextShape. setAvLst(CTGeomGuideList value)
Sets the value of the avLst property.void
CTCustomGeometry2D. setGdLst(CTGeomGuideList value)
Sets the value of the gdLst property.
-