public class PdfAttachment extends CustomPackage
Represents an attachment in a PDF document.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the attachment description.
|
String |
getMimeType()
Gets the MIME type of the attachment.
|
String |
getName()
Gets the attachment name.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, iterator, removeProperties, sanitize, setProperties, updateProperties
public final String getName()
Gets the attachment name.
public final String getDescription()
Gets the attachment description.
public final String getMimeType()
Gets the MIME type of the attachment.
Copyright © 2020. All rights reserved.