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 CTGeomGuideListCTCustomGeometry2D.avLstprotected CTGeomGuideListCTPresetGeometry2D.avLstprotected CTGeomGuideListCTPresetTextShape.avLstprotected CTGeomGuideListCTCustomGeometry2D.gdLstMethods in org.apache.poi.sl.draw.binding that return CTGeomGuideListModifier and TypeMethodDescriptionObjectFactory.createCTGeomGuideList()Create an instance ofCTGeomGuideListCTCustomGeometry2D.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 TypeMethodDescriptionvoidCTCustomGeometry2D.setAvLst(CTGeomGuideList value) Sets the value of the avLst property.voidCTPresetGeometry2D.setAvLst(CTGeomGuideList value) Sets the value of the avLst property.voidCTPresetTextShape.setAvLst(CTGeomGuideList value) Sets the value of the avLst property.voidCTCustomGeometry2D.setGdLst(CTGeomGuideList value) Sets the value of the gdLst property.