类的使用
com.deepoove.poi.data.AttachmentType
-
使用AttachmentType的程序包 程序包 说明 com.deepoove.poi.data -
-
com.deepoove.poi.data中AttachmentType的使用
返回AttachmentType的com.deepoove.poi.data中的方法 修饰符和类型 方法 说明 protected AttachmentTypeAttachmentRenderData. detectFileType()AttachmentTypeAttachmentRenderData. getFileType()static AttachmentTypeAttachmentType. suggestFileType(byte[] bytes)static AttachmentTypeAttachmentType. suggestFileType(String fileLocation)static AttachmentTypeAttachmentType. valueOf(String name)static AttachmentType[]AttachmentType. values()参数类型为AttachmentType的com.deepoove.poi.data中的方法 修饰符和类型 方法 说明 static Attachments.AttachmentBuilderAttachments. ofBytes(byte[] bytes, AttachmentType fileType)static Attachments.AttachmentBuilderAttachments. ofLocal(String path, AttachmentType fileType)static Attachments.AttachmentBuilderAttachments. ofStream(InputStream inputStream, AttachmentType fileType)static Attachments.AttachmentBuilderAttachments. ofUrl(String url, AttachmentType fileType)voidAttachmentRenderData. setFileType(AttachmentType fileType)参数类型为AttachmentType的com.deepoove.poi.data中的构造器 构造器 说明 ByteArrayAttachmentRenderData(byte[] bytes, AttachmentType fileType)FileAttachmentRenderData(String path, AttachmentType fileType)UrlAttachmentRenderData(String url, AttachmentType fileType)
-