I can't find how to set the name property of a table.
//I create the table here and the default name is table1
XTextTable xTT = (XTextTable) UnoRuntime.queryInterface(XTextTable.class, oInt);
xTT.initialize(1, 1);
How do I proceed to change this name that was set by default?