Package | Description |
---|---|
org.apache.poi.ddf |
This package contains classes for decoding the Microsoft Office Drawing format otherwise
known as escher henceforth known in POI as the Dreadful Drawing Format.
|
org.apache.poi.hslf.blip | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
PictureData.PictureType |
EscherBSERecord.getPictureTypeMacOS() |
PictureData.PictureType |
EscherBSERecord.getPictureTypeWin32() |
Modifier and Type | Method and Description |
---|---|
PictureData.PictureType |
DIB.getType() |
PictureData.PictureType |
JPEG.getType() |
PictureData.PictureType |
EMF.getType() |
PictureData.PictureType |
WMF.getType() |
PictureData.PictureType |
PNG.getType() |
PictureData.PictureType |
PICT.getType() |
Modifier and Type | Method and Description |
---|---|
HSLFPictureData |
HSLFSlideShow.addPicture(byte[] data,
PictureData.PictureType format) |
HSLFPictureData |
HSLFSlideShow.addPicture(java.io.File pict,
PictureData.PictureType format)
Adds a picture to the presentation.
|
HSLFPictureData |
HSLFSlideShow.addPicture(java.io.InputStream is,
PictureData.PictureType format)
Adds a picture to the presentation.
|
static HSLFPictureData |
HSLFPictureData.create(PictureData.PictureType type)
Create an instance of
PictureData by type. |
Modifier and Type | Method and Description |
---|---|
static PictureData.PictureType |
PictureData.PictureType.forNativeID(int nativeId) |
static PictureData.PictureType |
PictureData.PictureType.forOoxmlID(int ooxmlId) |
PictureData.PictureType |
PictureData.getType() |
static PictureData.PictureType |
PictureData.PictureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PictureData.PictureType[] |
PictureData.PictureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PictureData |
SlideShow.addPicture(byte[] pictureData,
PictureData.PictureType format)
Adds a picture to the presentation.
|
PictureData |
SlideShow.addPicture(java.io.File pict,
PictureData.PictureType format)
Adds a picture to the presentation.
|
PictureData |
SlideShow.addPicture(java.io.InputStream is,
PictureData.PictureType format)
Adds a picture to the presentation.
|
Modifier and Type | Method and Description |
---|---|
PictureData.PictureType |
XSLFPictureData.getType() |
Modifier and Type | Method and Description |
---|---|
XSLFPictureData |
XMLSlideShow.addPicture(byte[] pictureData,
PictureData.PictureType format)
Adds a picture to the workbook.
|
XSLFPictureData |
XMLSlideShow.addPicture(java.io.File pict,
PictureData.PictureType format)
Adds a picture to the presentation.
|
XSLFPictureData |
XMLSlideShow.addPicture(java.io.InputStream is,
PictureData.PictureType format)
Adds a picture to the slideshow.
|
static XSLFPictureShape |
XSLFPictureShape.addSvgImage(XSLFSheet sheet,
XSLFPictureData svgPic,
PictureData.PictureType previewType,
java.awt.geom.Rectangle2D anchor)
Convienence method for adding SVG images, which generates the preview image
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.