static Attachments.AttachmentBuilder |
Attachments.of(String src) |
static Attachments.AttachmentBuilder |
Attachments.ofBytes(byte[] bytes) |
static Attachments.AttachmentBuilder |
Attachments.ofBytes(byte[] bytes,
AttachmentType fileType) |
static Attachments.AttachmentBuilder |
Attachments.ofLocal(String path) |
static Attachments.AttachmentBuilder |
Attachments.ofLocal(String path,
AttachmentType fileType) |
static Attachments.AttachmentBuilder |
Attachments.ofStream(InputStream inputStream) |
static Attachments.AttachmentBuilder |
Attachments.ofStream(InputStream inputStream,
AttachmentType fileType) |
static Attachments.AttachmentBuilder |
Attachments.ofUrl(String url) |
static Attachments.AttachmentBuilder |
Attachments.ofUrl(String url,
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) |