类 Attachments
java.lang.Object
com.deepoove.poi.data.Attachments
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明ofBytes(byte[] bytes, AttachmentType fileType) ofLocal(String src, AttachmentType fileType) ofStream(InputStream inputStream, AttachmentType fileType) ofWord(org.apache.poi.xwpf.usermodel.XWPFDocument src) ofWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook src)
-
方法详细资料
-
ofLocal
-
ofWord
-
ofWordTemplate
-
ofWorkbook
public static Attachments.AttachmentBuilder ofWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook src) -
ofStream
public static Attachments.AttachmentBuilder ofStream(InputStream inputStream, AttachmentType fileType) -
ofBytes
-