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

DrawingSelectionRecord

public class DrawingSelectionRecord extends AbstractEscherHolderRecord

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


     
    
    
public DrawingSelectionRecord(RecordInputStream in)

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

        return "MSODRAWINGSELECTION";
    
public shortgetSid()

        return sid;