Uses of Class
org.apache.poi.ddf.EscherChildAnchorRecord
-
Packages that use EscherChildAnchorRecord Package Description org.apache.poi.ddf This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of EscherChildAnchorRecord in org.apache.poi.ddf
Methods in org.apache.poi.ddf that return EscherChildAnchorRecord Modifier and Type Method Description EscherChildAnchorRecord
EscherChildAnchorRecord. copy()
Constructors in org.apache.poi.ddf with parameters of type EscherChildAnchorRecord Constructor Description EscherChildAnchorRecord(EscherChildAnchorRecord other)
-
Uses of EscherChildAnchorRecord in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type EscherChildAnchorRecord Constructor Description HSSFChildAnchor(EscherChildAnchorRecord escherChildAnchorRecord)
create anchor from existing file
-