FileDocCategorySizeDatePackage
JPEG.javaAPI DocApache Poi 3.0.11482Sun Mar 11 12:59:30 GMT 2007org.apache.poi.hslf.blip

JPEG

public class JPEG extends Bitmap
Represents a JPEG picture data in a PPT file
author
Yegor Kozlov

Fields Summary
Constructors Summary
Methods Summary
public intgetSignature()
JPEG signature is 0x46A0

return
JPEG signature (0x46A0)

        return 0x46A0;
    
public intgetType()

return
type of this picture
see
org.apache.poi.hslf.model.Picture#JPEG

        return Picture.JPEG;