| View previous topic :: View next topic |
| Author |
Message |
synyx Guest
|
Posted: Wed Apr 14, 2004 10:18 am Post subject: Detecting all fields from Calc or Writer Template |
|
|
Hi,
is there any possibility to get an enumeration over all fillable fields from a calc or writer document? I want to do this with the Java SDK from OO..
I don`t know anything about the document structure so i need this informations... If this isn`t possible, is there anyone who has experiences with parsing this informations via Java?
Any help is strongly appreciated!
Kind Regards
Joachim Arrasz
Synyx oHG
PD : sorry for this bad english!
sry for crosspost this article but i saw this thread too late! |
|
| Back to top |
|
 |
dfrench Moderator

Joined: 03 Mar 2003 Posts: 1605 Location: Wellington, New Zealand
|
|
| Back to top |
|
 |
Synyx Guest
|
Posted: Thu Apr 15, 2004 12:44 am Post subject: |
|
|
Hi dfrench,
thanks a lot for this fast answer. I believed that this should work, it seems to be quite easy to translate this code into Java. So we`ll try this. But i found no way to do this with calc documents. Is there any difference between cells which are predefined and fillable cells?
The getTextFields() Method isn`t available with calc-templates as i`ve seen.
Best Regards
Joachim Arrasz
Synyx oHG Karlsruhe, Germany |
|
| Back to top |
|
 |
Synyx Guest
|
Posted: Thu Apr 15, 2004 12:47 am Post subject: |
|
|
After a bit more reading in the API i found fields in calc so this is hopefully what i need.
I will post our results later on after some test !!
Thanks a lot
Best Regards
Joachim Arrasz
Synyx oHG Karlsruhe |
|
| Back to top |
|
 |
|