public final class PdfAttachment
Represents an embedded file attachment in a PDF document.
private final Integer
index
private final String
name
private final ByteArray
data
PdfAttachment(Integer index, String name, ByteArray data)
final Integer
getIndex()
final String
getName()
final ByteArray
getData()
Boolean
equals(Object other)
Integer
hashCode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getIndex()
final String getName()
final ByteArray getData()
Boolean equals(Object other)
Integer hashCode()