Package org.apache.poi.hwpf.model
Class PICFAndOfficeArtData
- java.lang.Object
-
- org.apache.poi.hwpf.model.PICFAndOfficeArtData
-
@Internal public class PICFAndOfficeArtData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PICFAndOfficeArtData(byte[] dataStream, int startOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EscherRecord>
getBlipRecords()
PICF
getPicf()
EscherContainerRecord
getShape()
byte[]
getStPicName()
-
-
-
Method Detail
-
getBlipRecords
public java.util.List<EscherRecord> getBlipRecords()
-
getPicf
public PICF getPicf()
-
getShape
public EscherContainerRecord getShape()
-
getStPicName
public byte[] getStPicName()
-
-