Uses of Class
org.apache.poi.hssf.record.DrawingRecord

Packages that use DrawingRecord
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
 DrawingRecord DrawingRecord.clone()
          Cloning of drawing records must be executed through HSSFPatriarch, because all id's must be changed
 

Constructors in org.apache.poi.hssf.record with parameters of type DrawingRecord
DrawingRecordForBiffViewer(DrawingRecord r)
           
 



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