| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,Attachment> |
Document.attachments |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Attachment> |
Document.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.addAttachment(java.lang.String name,
Attachment attachment)
Adds an in-line document attachment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setAttachments(java.util.Map<java.lang.String,Attachment> attachments) |