PdfAttachment
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class PdfAttachment extends CustomPackage
Represents an attachment in a PDF document.
Learn more
Methods
Method | Description |
---|---|
getName() | Gets the attachment name. |
getDescription() | Gets the attachment description. |
getMimeType() | Gets the MIME type of the attachment. |
getName()
public final String getName()
Gets the attachment name.
Returns: java.lang.String - The attachment name.
getDescription()
public final String getDescription()
Gets the attachment description.
Returns: java.lang.String - The attachment description.
getMimeType()
public final String getMimeType()
Gets the MIME type of the attachment.
Returns: java.lang.String - The MIME type of the attachment.