Class MetadataFoldersDocument


  • public class MetadataFoldersDocument
    extends Object
    Lists the folders contained in a PDF collection (portfolio), that are used to structure the embedded attachments.
    • Constructor Detail

      • MetadataFoldersDocument

        public MetadataFoldersDocument()
    • Method Detail

      • getFolder

        @Nullable
        public @Nullable List<MetadataFolder> getFolder()
        Get folder
        Returns:
        folder
      • getInitialFile

        @Nullable
        public @Nullable String getInitialFile()
        The object ID of the initially visible attachment. **Info:** A PDF object ID consists of two numbers, where the first number selects the object's number and the second the \"generation\" of the object. The object ID shall always be unique within the context of the document and can be used to select a specific object.
        Returns:
        initialFile
      • setInitialFile

        public void setInitialFile​(String initialFile)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object