Uses of Class
org.apache.poi.xddf.usermodel.XDDFAdjustHandleXY
-
Packages that use XDDFAdjustHandleXY Package Description org.apache.poi.xddf.usermodel -
-
Uses of XDDFAdjustHandleXY in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return XDDFAdjustHandleXY Modifier and Type Method Description XDDFAdjustHandleXY
XDDFCustomGeometry2D. addXYAdjustHandle()
XDDFAdjustHandleXY
XDDFCustomGeometry2D. getXYAdjustHandle(int index)
XDDFAdjustHandleXY
XDDFCustomGeometry2D. insertXYAdjustHandle(int index)
Methods in org.apache.poi.xddf.usermodel that return types with arguments of type XDDFAdjustHandleXY Modifier and Type Method Description java.util.List<XDDFAdjustHandleXY>
XDDFCustomGeometry2D. getXYAdjustHandles()
-