Interface SubscriptionPrintWidget

    • Method Detail

      • setPrintCopies

        void setPrintCopies​(int value)
        Deprecated.
        Sets the number of copies for print
        Parameters:
        value - the number of copies for print
      • getPrintCopies

        int getPrintCopies()
        Deprecated.
        Returns the number of print copies
        Returns:
        the number of print copies
      • setCopiesArg

        void setCopiesArg​(java.lang.String value)
        Deprecated.
        The name of the number of copies argument
        Parameters:
        value - the name of the number of copies argument
      • getCopiesArg

        java.lang.String getCopiesArg()
        Deprecated.
        Returns:
        name of the number of copies argument.
      • setRangeStart

        void setRangeStart​(int value)
        Deprecated.
        Sets the start range for print
        Parameters:
        value - the start range for print
      • getRangeStart

        int getRangeStart()
        Deprecated.
        Returns the start range for print
        Returns:
        the start range for print
      • setRangeStartArg

        void setRangeStartArg​(java.lang.String value)
        Deprecated.
        The name of the range start argument for print
        Parameters:
        value - the name of the range start argument for print
      • getRangeStartArg

        java.lang.String getRangeStartArg()
        Deprecated.
        Returns:
        name of the range start argument for print
      • setRangeEnd

        void setRangeEnd​(int value)
        Deprecated.
        Sets the end range for print
        Parameters:
        value - the end range for print
      • getRangeEnd

        int getRangeEnd()
        Deprecated.
        Returns the end range for print
        Returns:
        the end range for print
      • setRangeEndArg

        void setRangeEndArg​(java.lang.String value)
        Deprecated.
        The name of the range end argument for print
        Parameters:
        value - the name of the range end argument for print
      • getRangeEndArg

        java.lang.String getRangeEndArg()
        Deprecated.
        Returns:
        name of the range end argument for print
      • setRangeAllArg

        void setRangeAllArg​(java.lang.String value)
        Deprecated.
        The name of the range all argument for print
        Parameters:
        value - the name of the range all argument for print
        Since:
        MicroStrategy Web 8.0.0
      • getRangeAllArg

        java.lang.String getRangeAllArg()
        Deprecated.
        Returns:
        name of the range all argument for print
        Since:
        MicroStrategy Web 8.0.0
      • setIsPortrait

        void setIsPortrait​(boolean value)
        Deprecated.
        Indicated whether to print in portrait mode or not.
        Parameters:
        value - true if the print is to be in portrait mode.
      • getIsPortrait

        boolean getIsPortrait()
        Deprecated.
        Returns:
        true if the print is to be in portrait mode.
      • setPortraitArg

        void setPortraitArg​(java.lang.String value)
        Deprecated.
        The name of the portrait argument for print
        Parameters:
        value - the name of the portrait argument for print
      • getPortraitArg

        java.lang.String getPortraitArg()
        Deprecated.
        Returns:
        name of the portrait argument for print
      • setIsCollated

        void setIsCollated​(boolean value)
        Deprecated.
        Indicated whether to print collated or not.
        Parameters:
        value - true if the print is to be collated.
      • getIsCollated

        boolean getIsCollated()
        Deprecated.
        Returns:
        true if the print is to be collated.
      • setCollatedArg

        void setCollatedArg​(java.lang.String value)
        Deprecated.
        The name of the collated argument for print
        Parameters:
        value - the name of the collated argument for print
      • showCollateOption

        void showCollateOption​(boolean value)
        Deprecated.
        To show or not show the collate option
        Parameters:
        value - true to show the collate option
      • getCollatedArg

        java.lang.String getCollatedArg()
        Deprecated.
        Returns:
        name of the collated argument for print