Codeman has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I have a problem with OpenOffice::OODoc::Text. Using getTextElementList() works only for text which isn't located inside a text-box. A program written by Mike Schilli which takes a template document with special markers which are replaced by some text (something like a form letter) is working, but only for text which isn't inside a text-box.

Is there a "simple" way to also replace the Tags inside the text-boxes?

The original programm is located at Linux-Magzin .

A test template is located here .

Thanx, Holger

  • Comment on OpenOffice::OODoc::Text and <draw:text-box>