Uses of Class
org.apache.poi.ddf.EscherClientAnchorRecord
-
Packages that use EscherClientAnchorRecord 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 EscherClientAnchorRecord in org.apache.poi.ddf
Methods in org.apache.poi.ddf that return EscherClientAnchorRecord Modifier and Type Method Description EscherClientAnchorRecord
EscherClientAnchorRecord. copy()
Constructors in org.apache.poi.ddf with parameters of type EscherClientAnchorRecord Constructor Description EscherClientAnchorRecord(EscherClientAnchorRecord other)
-
Uses of EscherClientAnchorRecord in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type EscherClientAnchorRecord Constructor Description HSSFClientAnchor(EscherClientAnchorRecord escherClientAnchorRecord)
-