IParagraph paragraph = textContentService
.constructNewParagraph();
textContentService.insertTextContentBefore(paragraph, newTable);
}
if (generateReturnValue)
return new ClonedObject(newTable, newTable.getClass());
else
return null;
} catch (Exception exception) {
CloneException cloneException = new CloneException(exception
.getMessage());