Interface WebSubscriptionDeliveryModePrintProperties

    • Method Detail

      • getCopies

        int getCopies()
        Retrieves the number of copies that should be printed
        Returns:
        the number of copies that should be printed
      • setCopies

        void setCopies​(int copies)
        Sets the number of copies that should be printed
        Parameters:
        copies - the number of copies that should be printed
      • getRangeStart

        int getRangeStart()
        Retrieves the number indicating the first report page that should be printed
        Returns:
        the number indicating the first report page that should be printed
      • setRangeStart

        void setRangeStart​(int start)
        Sets the number indicating the first report page that should be printed Note that this will take effect only if setUsePrintRange(boolean) is set to true
        Parameters:
        start - the number indicating the first report page that should be printed
      • getRangeEnd

        int getRangeEnd()
        Retrieves the number indicating the last report page that should be printed
        Returns:
        the number indicating the first report page that should be printed
      • setRangeEnd

        void setRangeEnd​(int end)
        sets the number indicating the last report page that should be printed. Note that this will take effect only if setUsePrintRange(boolean) is set to true
        Parameters:
        end - the number indicating the last report page that should be printed
      • isPortrait

        boolean isPortrait()
        Returns:
        whether orientation is portrait or landscape
      • setPortrait

        void setPortrait​(boolean isPortrait)
        Parameters:
        isPortrait -
      • isCollated

        boolean isCollated()
        Indicates whether the printing should be collated
        Returns:
        true if the printing should be collated
      • setCollate

        void setCollate​(boolean collate)
        sets a parameter indicating whether printing should be collated
        Parameters:
        collate - indicates whether the printing should be collated
      • usePrintRange

        boolean usePrintRange()
        Returns whether a print range should be used.
        Since:
        MicroStrategy Web 9.0.0
      • setUsePrintRange

        void setUsePrintRange​(boolean usePrintRange)
        Sets whether a print range should be used.
        Parameters:
        usePrintRange -
        Since:
        MicroStrategy Web 9.0.0