public class PdfAttachmentCollection extends RemoveOnlyListBase<PdfAttachment>
Represents a collection of attachments in a pdf document.
Modifier and Type | Method and Description |
---|---|
void |
add(byte[] fileContent,
String name,
String description)
Adds an attachment to the
PdfContent . |
clear, isReadOnly, remove, removeAt
Copyright © 2020. All rights reserved.