Hi, another question from me... I face the following problem: Using ooRexx I created a macro, which adds a new drawpage to an existing presentation. I set the Layout property of the drawpage to 1 ( http://api.openoffice.org/docs/common/ref/com/sun/star/presentation/DrawPage.html#Layout ), which means this drawpage gets a title on the top and a textbox in the middle of the slide with bullet numbering. When I want to fill the textshape with the bulletnumbering I can easily add new lines with new bullets. I just use a TextCursor and add the hexcode of a linebreak (0d0a) after each line, but when it comes to the point where I want to got to the next level of the numbering I am stuck. I tried to add a tab again with using the hexcode (09). But this just moves the text to the right, the bulletpoint stays in the first level. Is there any solution for this problem?
Thanks in advance Best regards Dominik Gundacker -- Dominik Gundacker Inning 53 AT-3383 Huerm Austria +43 660 3464081
