Uses of Class
com.realobjects.pdfreactor.Configuration.Attachment
Packages that use Configuration.Attachment
- 
Uses of Configuration.Attachment in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.AttachmentModifier and TypeMethodDescriptionConfiguration.Attachment.setData(byte[] value) The binary content of the attachment.Configuration.Attachment.setDescription(String value) The description of the attachment.Configuration.Attachment.setMimeType(String value) The MIME type of the attachment.The file name associated with the attachment.IfsetData(byte[])is not set or set tonull, the attachment will be retrieved from this URL.Methods in com.realobjects.pdfreactor with parameters of type Configuration.AttachmentModifier and TypeMethodDescriptionfinal ConfigurationConfiguration.setAttachments(Configuration.Attachment... values) Adds a file attachment to PDF document.