Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.commons.table.operations
Interface InsertTableOperationBase

All Known Implementing Classes:
InsertTableOperation, InsertTableOperation, InsertTableOperation, InsertTableOperation, InsertTableOperation

public interface InsertTableOperationBase

Base for insert Author table operation.


Method Summary
 void insertTable(AuthorDocumentFragment[] fragments, boolean cellsFragments, AuthorAccess authorAccess, java.lang.String namespace, AuthorTableHelper tableHelper)
          If the fragments array is not null, this method converts the given fragments array into a table.
 

Method Detail

insertTable

void insertTable(AuthorDocumentFragment[] fragments,
                 boolean cellsFragments,
                 AuthorAccess authorAccess,
                 java.lang.String namespace,
                 AuthorTableHelper tableHelper)
                 throws AuthorOperationException
If the fragments array is not null, this method converts the given fragments array into a table. Each fragments will correspond to a cell. The resulting table will have one column and as many rows as fragments length. If no fragment is provided an empty table is inserted (a dialog is shown to choose all the table properties)

Parameters:
fragments - An array of AuthorDocumentFragments that are used as content of the inserted cells.
cellsFragments - If the value is true then the fragments where originally cells.
authorAccess - The author access.
namespace - The namespace.
tableHelper - The table helper.
Throws:
AuthorOperationException

Oxygen XML Editor 14.2 Author API

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