Introduction to the OpenOffice.org API
From OpenOffice.org Wiki
- Introduction to the API
The OpenOffice.org API is a universal programming interface for access to OpenOffice.org. You can use the OpenOffice.org API to create, open, modify and print out OpenOffice.org documents. It provides the option of extending the functional scope of OpenOffice.org through personal macros and allows personal dialogs to be written.
The OpenOffice.org API may not only be used with OpenOffice.org Basic, but also with other programming languages such as Java and C++. A technique called Universal Network Objects (UNO) which provides an interface to various programming languages makes this possible.
This chapter centers on how OpenOffice.org can be used in OpenOffice.org Basic with the aid of UNO. It describes the main concepts of UNO from the standpoint of a OpenOffice.org Basic programmer. Details on how to work with the various parts of the OpenOffice.org API can be found in the following chapters:
- Universal Network Objects (UNO)
- Properties and Methods
- Modules, Services and Interfaces
- Tools for Working with UNO
- Overview of Central Interfaces
| Content on this page is licensed under the Public Documentation License (PDL). |

