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 CTGeomGuideListCTCustomGeometry2D. avLstprotected CTGeomGuideListCTPresetGeometry2D. avLstprotected CTGeomGuideListCTPresetTextShape. avLstprotected CTGeomGuideListCTCustomGeometry2D. gdLstMethods in org.apache.poi.sl.draw.binding that return CTGeomGuideList Modifier and Type Method Description CTGeomGuideListObjectFactory. createCTGeomGuideList()Create an instance ofCTGeomGuideListCTGeomGuideListCTCustomGeometry2D. getAvLst()Gets the value of the avLst property.CTGeomGuideListCTPresetGeometry2D. getAvLst()Gets the value of the avLst property.CTGeomGuideListCTPresetTextShape. getAvLst()Gets the value of the avLst property.CTGeomGuideListCTCustomGeometry2D. 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 voidCTCustomGeometry2D. 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.
-