Class PasteOption

    • Constructor Detail

      • PasteOption

        public PasteOption()
    • Method Detail

      • isSkipBlank

        public boolean isSkipBlank()
      • setSkipBlank

        public void setSkipBlank​(boolean skipBlank)
      • isCut

        public boolean isCut()
        Shall cut the source region after paste
        Returns:
      • setCut

        public void setCut​(boolean cut)
        Set true to enable cutting source region after paste
        Parameters:
        cut -
      • isTranspose

        public boolean isTranspose()
      • setTranspose

        public void setTranspose​(boolean transpose)
      • setAutoFill

        public void setAutoFill​(boolean autoFill)
        Sets the paste option for auto-fill action.
        Since:
        5.10
      • isAutoFill

        public boolean isAutoFill()
        Returns whether it's for auto-fill action.

        Default: false

        Since:
        5.10