I’m stuck with OpenOffice. I’m hoping somebody can help me with this. I’ve also posted the question to the OpenOffice.org forums and to StackOverflow, but so far no luck.
I’m trying to replace a field in an openoffice document using the OpenOffice java api. I’m using the insertString method:
xText.insertString(((XTextField) fieldMaster).getAnchor(), value.toString(), false);
The stacktrace is [...]