Oxygen XML Editor 14.2 Author API

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

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

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

Holds the arguments for AuthorTableOperationsHandler.handleDeleteRow(AuthorTableDeleteRowArguments) 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
AuthorTableDeleteRowArguments(AuthorAccess authorAccess, ContentInterval rowInterval)
          Constructor.
 
Method Summary
 AuthorAccess getAuthorAccess()
           
 ContentInterval getRowInterval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorTableDeleteRowArguments

public AuthorTableDeleteRowArguments(AuthorAccess authorAccess,
                                     ContentInterval rowInterval)
Constructor.

Parameters:
authorAccess - The Author access.
rowInterval - The content interval (containing the inclusive start offset and exclusive end offset) determining the row that must be deleted.
Method Detail

getAuthorAccess

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

getRowInterval

public ContentInterval getRowInterval()
Returns:
Returns the content interval (containing the inclusive start offset and exclusive end offset) determining the row that must be deleted.

Oxygen XML Editor 14.2 Author API

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