I\'m trying to create an openoffice writer document from a template. I can replace text parts of report with this code
I have downloaded and installed the OpenOffice SDK 3.3.x and I cannot find the header files ( *.hpp or hxx ) files corresponding to the *.idl files.
Is there a simple way (via formulas if possible rather than scripting) in Open Office text documents (.odt) to format characters via a formula based on the value of a ma开发者_如何学Goil-merge field?
We are creating a business process management solution, which involves creating forms to be used by the process. At the moment we create the forms using xhtml, which is part of a component with a back
I am using openoffice sdk to get all info from doc file, what I need now is to be able to extract all images in a doc file and save them as images png or gif.
The desire is to have the user provide information in an OpenOffice Writer or MS Word file that is inserted into part of a ReportLab generated PDF. I am comfortable with ReportLab; but, I don\'t have
Background OpenOffice Writer lacks the ability to link to an ASCII text source file, apply syntax highlighting, wrap it in a frame, and update the frame contents whenever the source file changes. How
I need to use the OpenOffice Java API to copy a document section and paste it over another document section. So far 开发者_如何学编程I have managed to copy the text of the section of the source docume
I\'m trying to script my OpenOffice document (Writer in my case) to do some simple things with widgets. Namely I\'d like to copy text from widget to widget. For this I want to get one component and th
I\'m looking for a way to script an OpenOffice document so it would: have only parts editable do some magic with saving it (i\'d like to save it into some generated from the entered content name)