|
Weidenhammer
|
WebMail
|
All Recipes
|
The Weather Channel »
|
OpenOffice Blog here at NuclearPants >> OpenOffice Macros Explained Book >>
http://codesnippets.services.openoffice.org/Writer/java.xml Good page on Star Basic API: http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide/StarDesktop
Display info about a given object, allows you to know what properties are available and what methods you can call on it... Example, say you have object vObj, you can display this way: MsgBox vObj.dbg_methods 'Methods for this object. The Structure of Text Documents: http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide/Structure_of_Text_Documents |