Package org.apache.poi.hwpf.model
Class PICFAndOfficeArtData
- java.lang.Object
-
- org.apache.poi.hwpf.model.PICFAndOfficeArtData
-
-
Constructor Summary
Constructors Constructor Description PICFAndOfficeArtData(byte[] dataStream, int startOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EscherRecord>getBlipRecords()ContainsEscherBlipRecords andEscherBSERecords.PICFgetPicf()EscherContainerRecordgetShape()byte[]getStPicName()
-
-
-
Method Detail
-
getBlipRecords
public List<EscherRecord> getBlipRecords()
ContainsEscherBlipRecords andEscherBSERecords.- Returns:
- List of BLIP records. Never
null.
-
getPicf
public PICF getPicf()
-
getShape
public EscherContainerRecord getShape()
- Returns:
- The
EscherRecordTypes.SP_CONTAINER.
-
getStPicName
public byte[] getStPicName()
-
-