File
Doc
Category
Size
Date
Package
DrawingRecordForBiffViewer.java
API Doc
Apache Poi 3.0.1
1495
Mon Jan 01 12:39:40 GMT 2007
org.apache.poi.hssf.record
DrawingRecordForBiffViewer
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.AbstractEscherHolderRecord
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.String
getRecordName
()
return "MSODRAWING";
public
short
getSid
()
return sid;
Java Code Source