| Interface | Description |
|---|---|
| ImagePainter |
A common interface for objects that can render ppt picture data.
|
| Class | Description |
|---|---|
| Bitmap |
Represents a bitmap picture data: JPEG or PNG.
|
| BitmapPainter |
Creates BufferedImage using javax.imageio.ImageIO and draws it in the specified graphics.
|
| DIB |
Represents a DIB picture data in a PPT file
|
| EMF |
Represents EMF (Windows Enhanced Metafile) picture data.
|
| JPEG |
Represents a JPEG picture data in a PPT file
|
| Metafile |
Represents a metafile picture which can be one of the following types: EMF, WMF, or PICT.
|
| Metafile.Header |
A structure which represents a 34-byte header preceeding the compressed metafile data
|
| PICT |
Represents Macintosh PICT picture data.
|
| PNG |
Represents a PNG picture data in a PPT file
|
| WMF |
Represents a WMF (Windows Metafile) picture data.
|
Copyright © 2020. All rights reserved.