Difference between revisions of "Documentation/BASIC Guide/API Intro"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement (-{{PDL1}} +{{InterWiki Languages BasicGuide|articletitle={{PAGENAME}}}}\n{{PDL1}}))
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
|api=block
 
|api=block
 
}}
 
}}
{{DISPLAYTITLE:Introduction to the {{OOo}} API}}
+
{{DISPLAYTITLE:Introduction to the {{AOo}} API}}
 
   
 
   
{{OOo}} objects and methods, such as paragraphs, spreadsheets, and fonts, are accessible to {{OOo}} Basic through the {{OOo}} application programming interface, or API. Through the API, for example, documents can be created, opened, modified and printed.  The API can be used not only by {{OOo}} Basic, but also by other programming languages, such as Java and C++.  The interface between the API and various programming languages is provided by something called '''Universal Network Objects''' (UNO).  
+
{{AOo}} objects and methods, such as paragraphs, spreadsheets, and fonts, are accessible to {{AOo}} Basic through the {{AOo}} application programming interface, or API. Through the API, for example, documents can be created, opened, modified and printed.  The API can be used not only by {{AOo}} Basic, but also by other programming languages, such as Java and C++.  The interface between the API and various programming languages is provided by something called '''Universal Network Objects''' (UNO).  
  
This chapter provides a background on the API.  Building on this background, the following chapters will show how the API can be used to make {{OOo}} do what you want it to do.
+
This chapter provides a background on the API.  Building on this background, the following chapters will show how the API can be used to make {{AOo}} do what you want it to do.
  
 
   
 
   
{{InterWiki Languages BasicGuide|articletitle={{PAGENAME}}}}
+
{{InterWiki Languages BasicGuide|articletitle=Documentation/BASIC Guide/API Intro}}
 
{{PDL1}}
 
{{PDL1}}

Latest revision as of 13:56, 27 January 2021


Apache OpenOffice objects and methods, such as paragraphs, spreadsheets, and fonts, are accessible to Apache OpenOffice Basic through the Apache OpenOffice application programming interface, or API. Through the API, for example, documents can be created, opened, modified and printed. The API can be used not only by Apache OpenOffice Basic, but also by other programming languages, such as Java and C++. The interface between the API and various programming languages is provided by something called Universal Network Objects (UNO).

This chapter provides a background on the API. Building on this background, the following chapters will show how the API can be used to make Apache OpenOffice do what you want it to do.


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools