Package org.apache.poi.sl.usermodel
Enum Class PictureData.PictureType
- All Implemented Interfaces:
Serializable
,Comparable<PictureData.PictureType>
,Constable
- Enclosing interface:
PictureData
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionWindows Bitmap (.bmp)Device independent bitmapExtended windows meta fileEncapsulated Postscript (.eps)GIF image formatJPEG formatMac PICT formatPNG formatTag Image File (.tiff)Microsoft Windows Media Photo image (.wdp)Windows Meta FileWordPerfect graphics (.wpg) -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PictureData.PictureType
forNativeID
(int nativeId) static PictureData.PictureType
forOoxmlID
(int ooxmlId) static PictureData.PictureType
Returns the enum constant of this class with the specified name.static PictureData.PictureType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EMF
Extended windows meta file -
WMF
Windows Meta File -
PICT
Mac PICT format -
JPEG
JPEG format -
PNG
PNG format -
DIB
Device independent bitmap -
GIF
GIF image format -
TIFF
Tag Image File (.tiff) -
EPS
Encapsulated Postscript (.eps) -
BMP
Windows Bitmap (.bmp) -
WPG
WordPerfect graphics (.wpg) -
WDP
Microsoft Windows Media Photo image (.wdp)
-
-
Field Details
-
nativeId
public final int nativeId -
ooxmlId
public final int ooxmlId -
contentType
-
extension
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNativeID
-
forOoxmlID
-