Uses of Interface
org.apache.poi.ss.usermodel.ChildAnchor
Packages that use ChildAnchor
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of ChildAnchor in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement ChildAnchorModifier and TypeClassDescriptionclass
An anchor is what specifics the position of a shape within a client object or within another containing shape.final class
final class
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 -
Uses of ChildAnchor in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement ChildAnchorModifier and TypeClassDescriptionclass
An anchor is what specifics the position of a shape within a client object or within another containing shape.final class
class
A client anchor is attached to an excel worksheet.