Uses of Interface
org.apache.poi.ss.usermodel.ChildAnchor
-
Packages that use ChildAnchor Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of ChildAnchor in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement ChildAnchor Modifier and Type Class Description class
HSSFAnchor
An anchor is what specifics the position of a shape within a client object or within another containing shape.class
HSSFChildAnchor
class
HSSFClientAnchor
A client anchor is attached to an excel worksheet. -
Uses of ChildAnchor in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ChildAnchor Modifier and Type Method Description ChildAnchor
Shape. getAnchor()
-