imageformattype-人生就是博尊龙凯时



com.spire.xls
enum imageformattype

java.lang.object
  extended by java.lang.enum<imageformattype>
      extended by com.spire.xls.imageformattype
all implemented interfaces:
java.lang.comparable<imageformattype>

public enum imageformattype
extends java.lang.enum<imageformattype>

image formats.


enum constant summary
jpeg
          jpeg picture format.
original
          original picture format.
png
          png picture format.
 
enum constant detail

original

public static final imageformattype original
original picture format.

png

public static final imageformattype png
png picture format.

jpeg

public static final imageformattype jpeg
jpeg picture format.


网站地图