枚举 AttachmentType
- java.lang.Object
-
- java.lang.Enum<AttachmentType>
-
- com.deepoove.poi.data.AttachmentType
-
- 所有已实现的接口:
Serializable,Comparable<AttachmentType>
public enum AttachmentType extends Enum<AttachmentType>
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 StringcontentType()Stringext()String[]extensions()Stringicon()StringprogramId()static AttachmentTypesuggestFileType(byte[] bytes)static AttachmentTypesuggestFileType(String fileLocation)static AttachmentTypevalueOf(String name)static AttachmentType[]values()
-
-
-
枚举常量详细资料
-
DOCX
public static final AttachmentType DOCX
-
XLSX
public static final AttachmentType XLSX
-
-
方法详细资料
-
values
public static AttachmentType[] values()
-
valueOf
public static AttachmentType valueOf(String name)
-
programId
public String programId()
-
contentType
public String contentType()
-
extensions
public String[] extensions()
-
ext
public String ext()
-
icon
public String icon()
-
suggestFileType
public static AttachmentType suggestFileType(byte[] bytes)
-
suggestFileType
public static AttachmentType suggestFileType(String fileLocation)
-
-