com.groupdocs.viewer.results

Interface Attachment



  • public interface Attachment
    Represents attachment file contained by email message, archive, PDF document or Outlook data file. Default implementation is Attachment
    • Method Detail

      • getFileName

        String getFileName()
        Attachment file name.
      • getFilePath

        String getFilePath()
        Attachment relative path e.g. "folder/file.docx"" or filename when the file is located in the root of an archive, in e-mail message or data file.
      • getFileType

        FileType getFileType()
        Attachment file type.
      • getId

        String getId()
        Unique identifier of the attachment in context of a single file that contains this attachment.
      • getSize

        long getSize()
        Attachment file size in bytes.