Uses of Interface
org.apache.poi.ss.usermodel.ChildAnchor

Packages that use ChildAnchor
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of ChildAnchor in org.apache.poi.hssf.usermodel
 

Classes in org.apache.poi.hssf.usermodel that implement ChildAnchor
 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
 ChildAnchor Shape.getAnchor()
           
 

Uses of ChildAnchor in org.apache.poi.xssf.usermodel
 

Classes in org.apache.poi.xssf.usermodel that implement ChildAnchor
 class XSSFAnchor
          An anchor is what specifics the position of a shape within a client object or within another containing shape.
 class XSSFChildAnchor
           
 class XSSFClientAnchor
          A client anchor is attached to an excel worksheet.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.