| Package | Description |
|---|---|
| com.hcl.domino.data | |
| com.hcl.domino.richtext | |
| com.hcl.domino.richtext.conversion |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Document.attachFile(String filePathOnDisk,
String uniqueFileNameInDoc,
Attachment.Compression compression)
Attaches a file to the document, not associated with a rich-text item.
|
Attachment |
Document.attachFile(String uniqueFileNameInDoc,
TemporalAccessor fileCreated,
TemporalAccessor fileModified,
Document.IAttachmentProducer producer)
Attaches a file to the document, not associated with a rich-text item.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Attachment> |
Document.getAttachment(String fileName)
Retrieves a document attachment by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.forEachAttachment(BiConsumer<Attachment,Loop> consumer)
Iterates over each attachment in the document, until all attachments have been
processed or the consumer calls
Loop.stop(). |
| Modifier and Type | Method and Description |
|---|---|
RichTextWriter |
RichTextWriter.addAttachmentIcon(Attachment att,
String captionTxt) |
RichTextWriter |
RichTextWriter.addAttachmentIcon(Attachment att,
String filenameToDisplay,
String captionText,
FontStyle captionStyle,
RichTextWriter.CaptionPosition captionPos,
int captionColorRed,
int captionColorGreen,
int captionColorBlue,
int resizeToWidth,
int resizeToHeight,
Path imagePath) |
| Constructor and Description |
|---|
AppendFileHotspotConversion(Attachment att,
String fileNameToDisplay)
Creates a new instance
|
RemoveAttachmentIconConversion(Attachment att) |
Copyright © 2019–2021 HCL. All rights reserved.