[api-dev] Maximum selection in Writer

2008-12-10 Thread Alexandro Colorado
What is the maximum selection a macro can hold in Writer. i wonder if the limit is according to writer, the python macro or the temporary memory. Right now even a 64k seems to go beyond the limit. def trigger( self, args ): # get the actual context deskDict = self.getDesktopDi

Re: [api-dev] How to retireve coordinate (x,y) information of text in odt file?

2008-12-10 Thread Peter Eberlein
Arthur van Dorp schrieb: Hi Peter Peter Eberlein wrote: Hi, Shreyas Ganesh schrieb: Hi, I have a word document which I have converted to ODT format, using java converter api (jodconverter). I want to retrieve the text, from content.xml and also the positional information of the different words