Class PasteRangeImpl

  • All Implemented Interfaces:
    SRange, Serializable

    public class PasteRangeImpl
    extends RangeImpl
    To avoid paste too many rows; ZSS copy column only copy to sheetMaxVisibleRows.
    Author:
    henri
    See Also:
    Serialized Form
    • Constructor Detail

      • PasteRangeImpl

        public PasteRangeImpl​(SSheet sheet,
                              int tRow,
                              int lCol,
                              int bRow,
                              int rCol,
                              boolean wholeRow,
                              boolean wholeColumn)
    • Method Detail

      • isWholeSheet

        public boolean isWholeSheet()
        Description copied from interface: SRange
        Check if this range cover an entire sheet
        Specified by:
        isWholeSheet in interface SRange
        Overrides:
        isWholeSheet in class RangeImpl
      • isWholeRow

        public boolean isWholeRow()
        Description copied from interface: SRange
        Check if this range cover an entire rows (form 0, and last row to the max available row of a sheet)
        Specified by:
        isWholeRow in interface SRange
        Overrides:
        isWholeRow in class RangeImpl
      • isWholeColumn

        public boolean isWholeColumn()
        Description copied from interface: SRange
        Check if this range cover an entire columns (form 0, and last row to the max available column of a sheet)
        Specified by:
        isWholeColumn in interface SRange
        Overrides:
        isWholeColumn in class RangeImpl