FileDocCategorySizeDatePackage
DrawingRecordForBiffViewer.javaAPI DocApache Poi 3.0.11495Mon Jan 01 12:39:40 GMT 2007org.apache.poi.hssf.record

DrawingRecordForBiffViewer

public class DrawingRecordForBiffViewer extends AbstractEscherHolderRecord
This is purely for the biff viewer. During normal operations we don't want to be seeing this.

Fields Summary
public static final short
sid
Constructors Summary
public DrawingRecordForBiffViewer()


     
    
    
public DrawingRecordForBiffViewer(RecordInputStream in)

        super(in);
    
Methods Summary
protected java.lang.StringgetRecordName()

        return "MSODRAWING";
    
public shortgetSid()

        return sid;