Interface ExportOptionsEditorBean

    • Method Detail

      • getExportMode

        int getExportMode()
        Returns the export mode. A value from EnumRWExportModes.
        The value for this property will be read from RWExportSettings.getMode() object. If the value of this property is EnumRWExportModes.RW_EXPORT_DEFAULT, we initialize it from the “Default Page-by Export Mode” property of the document (RWDocumentProperties > DefaultPageByExportMode).
        Returns:
        the export mode.
      • getExecutionMode

        int getExecutionMode()
        Returns the execution mode. A value from EnumRWExecutionModes
        Returns:
        int the execution mode
      • setExecutionMode

        void setExecutionMode​(int executionMode)
        Sets the execution mode A value from EnumRWExecutionModes
        Parameters:
        executionMode - int the execution mode
      • getRWBean

        RWBean getRWBean()
        Returns the RWBean
        Returns:
        RWBean
      • setIsPDF

        void setIsPDF​(boolean value)
        Define if the export options editor was initialized from the PDF button or menu option (false if Print).
        Used to determine whether to use the word 'Export' on the editor and not 'Print'.
        Parameters:
        value - boolean indicating if it's a PDF export or not
      • isPDF

        boolean isPDF()
        Returns:
        boolean value indicating if the export options editor was initialized from the PDF button or menu option (false if Print).
      • getExportRange

        int getExportRange()
        Returns the export range. A value from EnumRWExportRanges.
        Returns:
        the export range.
        Since:
        MicroStrategy Web 9.0.0