Class AbstractInPlaceSpreadSheetConversion

    • Field Detail

      • m_NoCopy

        protected boolean m_NoCopy
        whether to skip creating a copy of the spreadsheet.
    • Constructor Detail

      • AbstractInPlaceSpreadSheetConversion

        public AbstractInPlaceSpreadSheetConversion()
    • Method Detail

      • setNoCopy

        public void setNoCopy​(boolean value)
        Sets whether to skip creating a copy of the spreadsheet before processing it.
        Specified by:
        setNoCopy in interface InPlaceProcessing
        Parameters:
        value - true if to skip creating copy
      • getNoCopy

        public boolean getNoCopy()
        Returns whether to skip creating a copy of the spreadsheet before processing it.
        Specified by:
        getNoCopy in interface InPlaceProcessing
        Returns:
        true if copying is skipped
      • noCopyTipText

        public String noCopyTipText()
        Returns the tip text for this property.
        Specified by:
        noCopyTipText in interface InPlaceProcessing
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.