Class SplitPDFParams

    • Method Detail

      • setPageRanges

        public void setPageRanges​(PageRanges pageRanges)
        Sets the PageRanges to be used for splitting pages.
        Parameters:
        pageRanges - the PageRanges to be used for splitting pages; can not be null.
      • setPageCount

        public void setPageCount​(Integer pageCount)
        Sets the page count to be used for splitting pages.
        Parameters:
        pageCount - the page count to be used for splitting pages; can not be null.
      • setFileCount

        public void setFileCount​(Integer fileCount)
        Sets the file count to be used for splitting pages.
        Parameters:
        fileCount - the file count to be used for splitting pages; can not be null.
      • getPageRanges

        public PageRanges getPageRanges()
        Returns the PageRanges to be used for splitting pages.
        Returns:
        the PageRanges to be used for splitting pages
      • getPageCount

        public Integer getPageCount()
        Returns the page count to be used for splitting pages.
        Returns:
        the page count to be used for splitting pages
      • getFileCount

        public Integer getFileCount()
        Returns the file count to be used for splitting pages.
        Returns:
        the file count to be used for splitting pages