XTextCursor cursor = xNoteText.createTextCursor();
cursor.getStart();
XPropertySet xCursorProps = unoCast(XPropertySet.class, cursor);
tabStops = new TabStop[2];
tabStops[0] = new TabStop(xmargin, TabAlign.LEFT, ',', ' ');
tabStops[1] = new TabStop(21000 - 2 * xmargin - 2000, TabAlign.RIGHT,
',', '.');
// Remarque : je ne sais plus comment ça marche...
// Titre de la table de matieres
try {