Class AuthorTableDeleteColumnArguments

    • Constructor Detail

      • AuthorTableDeleteColumnArguments

        public AuthorTableDeleteColumnArguments​(AuthorAccess authorAccess,
                                                java.util.List<ContentInterval> columnCellsIntervals)
        Constructor.
        Parameters:
        authorAccess - The Author access.
        columnCellsIntervals - The list of intervals of the cells that compose the deleted column. Each ContentInterval contains the start and end offsets of the cells.
    • Method Detail

      • getAuthorAccess

        public AuthorAccess getAuthorAccess()
        Returns:
        Returns the access to Author operation.
      • getColumnCellsIntervals

        public java.util.List<ContentInterval> getColumnCellsIntervals()
        Returns:
        Returns the list of intervals of the cells that compose the deleted column.