static Attachments.AttachmentBuilder |
Attachments.ofBytes(byte[] bytes,
AttachmentType fileType) |
static Attachments.AttachmentBuilder |
Attachments.ofLocal(String src,
AttachmentType fileType) |
static Attachments.AttachmentBuilder |
Attachments.ofStream(InputStream inputStream,
AttachmentType fileType) |
static Attachments.AttachmentBuilder |
Attachments.ofWord(org.apache.poi.xwpf.usermodel.XWPFDocument src) |
static Attachments.AttachmentBuilder |
Attachments.ofWordTemplate(XWPFTemplate src) |
static Attachments.AttachmentBuilder |
Attachments.ofWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook src) |