| 程序包 | 说明 |
|---|---|
| com.deepoove.poi.data |
| 限定符和类型 | 方法和说明 |
|---|---|
AttachmentType |
AttachmentRenderData.getFileType() |
static AttachmentType |
AttachmentType.valueOf(String name) |
static AttachmentType[] |
AttachmentType.values() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
void |
AttachmentRenderData.setFileType(AttachmentType fileType) |
Copyright © 2021. All rights reserved.