openoffice-writer
Error when I use Open Office API in ASP .NET
I use an Open Office API in my ASP .NET application for reading text content from *.doc files. public static bool getTextV2(string siteURL, string[] search)[详细]
2023-01-02 02:09 分类:问答get pure text form odt file in console
I am looking for a small linux tool that would be able to extract text from odt file. It just needs to be human-readable and it can have problems with complicated objects etc.[详细]
2022-12-29 02:38 分类:问答How to give color to your code in open-office-writer?
I have code blocks written in Open Office Write and want colori开发者_JAVA百科ze it. How can I do this?[详细]
2022-12-27 20:13 分类:问答using OOoWrite, i would like to add custom html elements
I have 35 pages list of scientific references. In order to upload them to a webpage, I would like to add customfields before and after each reference. I would also like to find italicized text and add[详细]
2022-12-27 18:16 分类:问答OpenOffice iterating through TextTable detect merged and split cells (calculate colspan and rowspan)
I am using OpenOffice uno api to iterate through all text in writer document. To iterate over text tables currently I am using XTextTable interface getCellNames() method. How I could detect merged and[详细]
2022-12-25 01:54 分类:问答OpenOffice with .NET: how to iterate throught all paragraphs and read text
How to iterate through all paragraphs in OpenOffice Writer document and output text. I have Java examples, but don\'t know how to convert code to C#.[详细]
2022-12-24 05:31 分类:问答OpenOffice PDF Export Library
I am looking for a library which will allow me to render text and graphics output onto a PDF document. (Cairo is certainly an option.) I would like to know how OpenOffice writes PDF开发者_如何转开发 f[详细]
2022-12-13 09:11 分类:问答In OpenOffice, how do I check if my XComponentContext has been closed?
I have a small application that generates three different template documents in OOo Writer. When one of the three \"generate\" buttons is clicked, this is part of the code that is executed (in C#):[详细]
2022-12-10 16:34 分类:问答How do I create an XTextTable in OpenOffice.org uno using C#?
Discussion on OOoForum.org In python, using pyuno, I can do it like this: table = self.model.createInstance(\"com.sun.star.text.TextTable\")[详细]
2022-12-08 15:02 分类:问答