Package org.apache.poi.hssf.record
Class EmbeddedObjectRefSubRecord
java.lang.Object
org.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.EmbeddedObjectRefSubRecord
- All Implemented Interfaces:
Cloneable
ftPictFmla (0x0009)
A sub-record within the OBJ record which stores a reference to an object stored in a separate entry within the OLE2 compound file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
protected int
byte[]
short
getSid()
Gets the stream ID containing the actual data.void
void
setOleClassname
(String oleClassname) void
setStorageId
(int storageId) void
setUnknownFormulaData
(byte[] formularData) toString()
Methods inherited from class org.apache.poi.hssf.record.SubRecord
createSubRecord, isTerminating, serialize
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
EmbeddedObjectRefSubRecord
public EmbeddedObjectRefSubRecord() -
EmbeddedObjectRefSubRecord
-
-
Method Details
-
getSid
public short getSid() -
getDataSize
protected int getDataSize()- Specified by:
getDataSize
in classSubRecord
- Returns:
- the size of the data for this record (which is always 4 bytes less than the total record size). Note however, that ushort encoded after the record sid is usually but not always the data size.
-
serialize
-
getStreamId
Gets the stream ID containing the actual data. The data itself can be found under a top-level directory entry in the OLE2 filesystem under the name "MBDxxxxxxxx" where xxxxxxxx is this ID converted into hex (in big endian order, funnily enough.)- Returns:
- the data stream ID. Possibly
null
-
getOLEClassName
-
getObjectData
public byte[] getObjectData() -
clone
-
toString
-
setUnknownFormulaData
public void setUnknownFormulaData(byte[] formularData) -
setOleClassname
-
setStorageId
public void setStorageId(int storageId)
-