Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api.table.operations
Class AuthorTableDeleteColumnArguments

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

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public class AuthorTableDeleteColumnArguments
extends java.lang.Object

Holds the arguments for AuthorTableOperationsHandler.handleDeleteColumn(AuthorTableDeleteColumnArguments) method.

Since:
14

*********************************
EXPERIMENTAL - Subject to change
********************************

Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.


Constructor Summary
AuthorTableDeleteColumnArguments(AuthorAccess authorAccess, java.util.List<ContentInterval> columnCellsIntervals)
          Constructor.
 
Method Summary
 AuthorAccess getAuthorAccess()
           
 java.util.List<ContentInterval> getColumnCellsIntervals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.