Re: [api-dev] add more textfields to one shape

2008-09-08 Thread Nicole Scholz
ertTextContent(xShapeTextCursor, xFieldTextContent, .false) ::requires UNO.cls Regards Nicole Original-Nachricht > Datum: Sat, 06 Sep 2008 07:18:47 -0300 > Von: Ariel Constenla-Haile <[EMAIL PROTECTED]> > An: dev@api.openoffice.org > Betreff: Re: [api-dev]

Re: [api-dev] add more textfields to one shape

2008-09-06 Thread Ariel Constenla-Haile
Hi Nicole, Nicole Scholz escribió: Hi Marc! Thanks for your answer. I tried to insert a paragraph break and a line break but the textfield is inserted right to the other one and not below. Perhaps there is another possibility to change the position of the textfield. Here is my code: /* crea

Re: [api-dev] add more textfields to one shape

2008-09-06 Thread Robert Vojta
On Sat, Sep 6, 2008 at 11:14 AM, Nicole Scholz <[EMAIL PROTECTED]> wrote: Hi Nicole, > I removed the "~getEnd" and then only second textfield was shown, > I think it overwrote the first one. There is no difference in my example > between adding the paragraph break and adding the two textfields wi

Re: [api-dev] add more textfields to one shape

2008-09-06 Thread Nicole Scholz
fields are always put next to another. Regards Nicole Original-Nachricht > Datum: Sat, 6 Sep 2008 00:07:48 +0200 > Von: "Robert Vojta" <[EMAIL PROTECTED]> > An: dev@api.openoffice.org > Betreff: Re: [api-dev] add more textfields to one

Re: [api-dev] add more textfields to one shape

2008-09-05 Thread Marc Santhoff
Hello Nicole, Am Freitag, den 05.09.2008, 22:19 +0200 schrieb Nicole Scholz: > Hi Marc! > > Thanks for your answer. I tried to insert a paragraph break and a line > break but the textfield is inserted right to the other one and not > below. Perhaps there is another possibility to change the posit

Re: [api-dev] add more textfields to one shape

2008-09-05 Thread Robert Vojta
Hi Nicole, > xShapeText~insertControlCharacter(xShapeTextCursor~getEnd, > .CtlChar~paragraph_break, .false) remove "~getEnd" from line above. -> xShapeText~insertControlCharacter(xShapeTextCursor, .CtlChar~paragraph_break, .false) when you call insertString, insertTextContent, insertControlCh

Re: [api-dev] add more textfields to one shape

2008-09-05 Thread Nicole Scholz
tCursor~getEnd, .CtlChar~paragraph_break, .false) xShapeText~insertTextContent(xShapeTextCursor, xFieldTextContent1, .false) Regards Nicole Original-Nachricht > Datum: Fri, 05 Sep 2008 18:02:21 +0200 > Von: Marc Santhoff <[EMAIL PROTECTED]> > An: dev@api.openoffice.or

Re: [api-dev] add more textfields to one shape

2008-09-05 Thread Marc Santhoff
Am Freitag, den 05.09.2008, 10:14 +0200 schrieb Nicole Scholz: > Hi! > > I would like to add some textfields to one shape. But always when I > add them they are put directly on the right side next to the other > textfield. I would like to have the textfield below the textfield > before. > > Does

[api-dev] add more textfields to one shape

2008-09-05 Thread Nicole Scholz
Hi! I would like to add some textfields to one shape. But always when I add them they are put directly on the right side next to the other textfield. I would like to have the textfield below the textfield before. Does someone have a hint how I can manage this? Regards Nicole -- GMX startet