Uses of Class
org.apache.poi.sl.draw.binding.CTAdjustHandleList
-
Packages that use CTAdjustHandleList Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTAdjustHandleList in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTAdjustHandleList Modifier and Type Field Description protected CTAdjustHandleList
CTCustomGeometry2D. ahLst
Methods in org.apache.poi.sl.draw.binding that return CTAdjustHandleList Modifier and Type Method Description CTAdjustHandleList
ObjectFactory. createCTAdjustHandleList()
Create an instance ofCTAdjustHandleList
CTAdjustHandleList
CTCustomGeometry2D. getAhLst()
Gets the value of the ahLst property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTAdjustHandleList Modifier and Type Method Description void
CTCustomGeometry2D. setAhLst(CTAdjustHandleList value)
Sets the value of the ahLst property.
-