Interface Preview

    • Method Detail

      • getDocumentId

        String getDocumentId()
        Getting the document identifier.
        Returns:
        a string.
      • getLanguage

        String getLanguage()
        Getting the language of the document content.
        Returns:
        a string.
      • getDisplayLicenseKey

        String getDisplayLicenseKey()
        Getting the license of display software product if any
        Returns:
        a string.
      • getURLAsString

        String getURLAsString()
        Getting URL of the document
        Returns:
        a string.
      • getServerFilePath

        Path getServerFilePath()
        Getting Path of the document on the server.
        Returns:
        a Path instance.
      • getOriginalFileName

        String getOriginalFileName()
        Getting the original file of the document
        Returns:
        a string.
      • getPhysicalFile

        File getPhysicalFile()
        Getting the physical file of the document
        Returns:
        a File instance.
      • getWidth

        String getWidth()
        Getting the width of the document
        Returns:
        a string.
      • getHeight

        String getHeight()
        Getting the height of the document
        Returns:
        a string.