@API(type=INTERNAL,
src=PUBLIC)
public interface InsertTableOperationBase
| Modifier and Type | Method and Description |
|---|---|
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.
|
void insertTable(AuthorDocumentFragment[] fragments, boolean cellsFragments, AuthorAccess authorAccess, java.lang.String namespace, AuthorTableHelper tableHelper) throws AuthorOperationException
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.AuthorOperationException© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.