@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,
TableInfo tableInfo)
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, TableInfo tableInfo) 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.tableInfo - The details about table creation. If null, a dialog is
presented to let the user choose the details.AuthorOperationException© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.