com.groupdocs.merger.domain.options

Class OrientationOptions

    • Constructor Detail

      • OrientationOptions

        public OrientationOptions(int orientationMode)

        Initializes a new instance of the OrientationOptions class.

        Parameters:
        orientationMode - The orientation mode of OrientationMode
      • OrientationOptions

        public OrientationOptions(int orientationMode,
                                  int[] pageNumbers)

        Initializes a new instance of the OrientationOptions class.

        Parameters:
        orientationMode - The orientation mode of OrientationMode
        pageNumbers - Page numbers.
      • OrientationOptions

        public OrientationOptions(int orientationMode,
                                  int startNumber,
                                  int endNumber)
                           throws Exception

        Initializes a new instance of the OrientationOptions class.

        Parameters:
        orientationMode - The orientation mode of OrientationMode
        startNumber - The start page number.
        endNumber - The end page number.
        Throws:
        Exception
      • OrientationOptions

        public OrientationOptions(int orientationMode,
                                  int startNumber,
                                  int endNumber,
                                  int mode)
                           throws Exception

        Initializes a new instance of the OrientationOptions class.

        Parameters:
        orientationMode - The orientation mode of OrientationMode
        startNumber - The start page number.
        endNumber - The end page number.
        mode - The range mode.
        Throws:
        Exception
    • Method Detail

      • getMode

        public final int getMode()

        Gets the mode for the page orientation.

        Specified by:
        getMode in interface IOrientationOptions