com.groupdocs.merger.domain.options

Class JoinOptions

    • Constructor Detail

      • JoinOptions

        public JoinOptions()

        Initializes a new instance of the JoinOptions class.

      • JoinOptions

        public JoinOptions(FileType fileType)

        Initializes a new instance of the JoinOptions class.

        Parameters:
        fileType - The type of the file to join.
      • JoinOptions

        public JoinOptions(FileType fileType,
                           int[] pageNumbers)

        Initializes a new instance of the JoinOptions class.

        Parameters:
        fileType - The type of the file to join.
        pageNumbers - Page numbers.
      • JoinOptions

        public JoinOptions(FileType fileType,
                           int startNumber,
                           int endNumber)
                    throws Exception

        Initializes a new instance of the JoinOptions class.

        Parameters:
        fileType - The type of the file to join.
        startNumber - The start page number.
        endNumber - The end page number.
        Throws:
        Exception
      • JoinOptions

        public JoinOptions(FileType fileType,
                           int startNumber,
                           int endNumber,
                           int mode)
                    throws Exception

        Initializes a new instance of the JoinOptions class.

        Parameters:
        fileType - The type of the file to join.
        startNumber - The start page number.
        endNumber - The end page number.
        mode - The range mode.
        Throws:
        Exception
      • JoinOptions

        public JoinOptions(int[] pageNumbers)

        Initializes a new instance of the JoinOptions class.

        Parameters:
        pageNumbers - Page numbers.
      • JoinOptions

        public JoinOptions(int startNumber,
                           int endNumber)
                    throws Exception

        Initializes a new instance of the JoinOptions class.

        Parameters:
        startNumber - The start page number.
        endNumber - The end page number.
        Throws:
        Exception
      • JoinOptions

        public JoinOptions(int startNumber,
                           int endNumber,
                           int mode)
                    throws Exception

        Initializes a new instance of the JoinOptions class.

        Parameters:
        startNumber - The start page number.
        endNumber - The end page number.
        mode - The range mode.
        Throws:
        Exception