Uses of Class
org.apache.poi.hssf.record.DrawingRecord
-
Packages that use DrawingRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of DrawingRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return DrawingRecord Modifier and Type Method Description DrawingRecord
DrawingRecord. copy()
Cloning of drawing records must be executed through HSSFPatriarch, because all id's must be changedConstructors in org.apache.poi.hssf.record with parameters of type DrawingRecord Constructor Description DrawingRecord(DrawingRecord other)
DrawingRecordForBiffViewer(DrawingRecord r)
-