Re: [api-dev] getting header's/footer's text from a text document

2007-02-13 Thread Oliver Specht - Sun Germany -Hamburg
Hi, I should have taken a look into the code _before_ I answered your question:-( The getString method creates a cursor at first which brings us back to your initial problem. See issue 7747 for details. Regards, Oliver Jordi Sanchez wrote: Thanks for your quick reply Oliver, But I'm

[api-dev] getting header's/footer's text from a text document

2007-02-12 Thread Jordi Sanchez
Hi all, I don't know if I'm doing something wrong but I'm trying to retrieve the text from the header / footer of a text document and I get a runtime exception. I've seen that if there is no tables in the header/footer I have no problem for retrieving the text contents but if the header/footer

Re: [api-dev] getting header's/footer's text from a text document

2007-02-12 Thread Oliver Specht
Jordi Sanchez wrote: Hi all, I don't know if I'm doing something wrong but I'm trying to retrieve the text from the header / footer of a text document and I get a runtime exception. I've seen that if there is no tables in the header/footer I have no problem for retrieving the text contents but

Re: [api-dev] getting header's/footer's text from a text document

2007-02-12 Thread Jordi Sanchez
Thanks for your quick reply Oliver, But I'm already getting the same exception :-( even now I'm using the following code: String headerContents = xHeaderText.getString(); Best Regards, Oliver Specht wrote: Jordi Sanchez wrote: Hi all, I don't know if I'm doing something wrong but I'm