Class AuthorTableDeleteColumnArguments

java.lang.Object
ro.sync.ecss.extensions.api.table.operations.AuthorTableDeleteColumnArguments

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class AuthorTableDeleteColumnArguments extends Object
Since:
14
  • Constructor Details

    • AuthorTableDeleteColumnArguments

      public AuthorTableDeleteColumnArguments(AuthorAccess authorAccess, 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 Details

    • getAuthorAccess

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

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