Uses of Class
org.apache.poi.ddf.EscherOptRecord
-
Packages that use EscherOptRecord 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 EscherOptRecord in org.apache.poi.ddf
Methods in org.apache.poi.ddf that return EscherOptRecord Modifier and Type Method Description EscherOptRecord
EscherOptRecord. copy()
Constructors in org.apache.poi.ddf with parameters of type EscherOptRecord Constructor Description EscherOptRecord(EscherOptRecord other)
-
Uses of EscherOptRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return EscherOptRecord Modifier and Type Method Description EscherOptRecord
HSSFShape. getOptRecord()
Return the low-level EscherOptRecord to read/modify not yet wrapped escher properties
-