Class AbstractTableAdv

  • All Implemented Interfaces:
    STable, java.io.Serializable, org.apache.poi.ss.usermodel.Table
    Direct Known Subclasses:
    TableImpl

    public abstract class AbstractTableAdv
    extends java.lang.Object
    implements STable, java.io.Serializable
    Since:
    3.8.0
    Author:
    henri
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractTableAdv

        public AbstractTableAdv()
    • Method Detail

      • getCellStyle

        public abstract SCellStyle getCellStyle​(int row,
                                                int col)
      • deleteRows

        public abstract void deleteRows​(int row1,
                                        int row2)
      • deleteCols

        public abstract void deleteCols​(int col1,
                                        int col2)
      • shiftCols

        public abstract boolean shiftCols​(int offset)
      • shiftRows

        public abstract boolean shiftRows​(int offset)
      • insertRows

        public abstract void insertRows​(int row1,
                                        int row2)
      • insertCols

        public abstract void insertCols​(int col1,
                                        int col2,
                                        boolean insertLeft)
      • refreshFilter

        public abstract void refreshFilter()
      • refreshStyle

        public abstract void refreshStyle()