Help for Newbie
Posted: Mon Feb 25, 2008 10:23 pm
Hi,
I am new to OpenOffice development. My intended platform is Java. Overall I find the documentation to be excellent, and I have been up and running in only a few hours. However, while I can find examples and explanations in the Development Guide, I was wondering if there were documentation somewhere for specific options and values. For example, I had to use Google to (eventually) find the following option "FilterName" for XStorable:
conversionProperties[0] = new PropertyValue();
conversionProperties[0].Name = "FilterName";
conversionProperties[0].Value = "writer_pdf_Export";
While Google works eventually, searching for options this way is very inefficient. Is there a place where all of the legal options/values are listed? Please forgive me if they are in the development guide, but I couldn't find them in there.
Thanks, ggraham412
I am new to OpenOffice development. My intended platform is Java. Overall I find the documentation to be excellent, and I have been up and running in only a few hours. However, while I can find examples and explanations in the Development Guide, I was wondering if there were documentation somewhere for specific options and values. For example, I had to use Google to (eventually) find the following option "FilterName" for XStorable:
conversionProperties[0] = new PropertyValue();
conversionProperties[0].Name = "FilterName";
conversionProperties[0].Value = "writer_pdf_Export";
While Google works eventually, searching for options this way is very inefficient. Is there a place where all of the legal options/values are listed? Please forgive me if they are in the development guide, but I couldn't find them in there.
Thanks, ggraham412