Uses of Class
org.apache.poi.sl.draw.binding.CTGeomGuideList
Packages that use CTGeomGuideList
-
Uses of CTGeomGuideList in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTGeomGuideListModifier and TypeFieldDescriptionprotected 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 CTGeomGuideListModifier and TypeMethodDescriptionObjectFactory.createCTGeomGuideList()
Create an instance ofCTGeomGuideList
CTCustomGeometry2D.getAvLst()
Gets the value of the avLst property.CTPresetGeometry2D.getAvLst()
Gets the value of the avLst property.CTPresetTextShape.getAvLst()
Gets the value of the avLst property.CTCustomGeometry2D.getGdLst()
Gets the value of the gdLst property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTGeomGuideListModifier and TypeMethodDescriptionvoid
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.