Class HidePageBandForTableExportFunction

    • Constructor Detail

      • HidePageBandForTableExportFunction

        public HidePageBandForTableExportFunction()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getExportDescriptor

        public String getExportDescriptor()
        Deprecated.
      • setExportDescriptor

        public void setExportDescriptor​(String exportDescriptor)
        Deprecated.
      • isHidePageBands

        public boolean isHidePageBands()
        Deprecated.
        Returns whether page bands should be hidden.
        Returns:
        true, if page bands should be hidden, false otherwise.
      • setHidePageBands

        public void setHidePageBands​(boolean hidePageBands)
        Deprecated.
        Defines whether page bands should be hidden.
        Parameters:
        hidePageBands - true, if page bands should be hidden, false otherwise.
      • isDisableRepeatingHeader

        public boolean isDisableRepeatingHeader()
        Deprecated.
        Returns whether repeating group header and footer should made non-repeating.
        Returns:
        true, if repeating header and footer will be disabled, false otherwise.
      • setDisableRepeatingHeader

        public void setDisableRepeatingHeader​(boolean disableRepeatingHeader)
        Deprecated.
        Defines whether repeating group header and footer should made non-repeating.
        Parameters:
        disableRepeatingHeader - true, if repeating header and footer will be disabled, false otherwise.
      • getValue

        public Object getValue()
        Deprecated.
        This method returns null, as formatting functions have no computed return value.
        Specified by:
        getValue in interface Expression
        Returns:
        null.