Difference between revisions of "Documentation/DevGuide/FirstSteps/Programming with UNO"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(9 intermediate revisions by 5 users not shown)
Line 4: Line 4:
 
|NextPage=Documentation/DevGuide/FirstSteps/Fields of Application for UNO
 
|NextPage=Documentation/DevGuide/FirstSteps/Fields of Application for UNO
 
}}
 
}}
 +
{{Documentation/DevGuideLanguages|Documentation/DevGuide/FirstSteps/{{SUBPAGENAME}}}}
 
{{DISPLAYTITLE:Programming With UNO}}
 
{{DISPLAYTITLE:Programming With UNO}}
UNO (pronounced ['ju:nou]) stands for Universal Network Objects and is the base component technology for {{PRODUCTNAME}}. You can utilize and write components that interact across languages, component technologies, computer platforms, and networks. Currently, UNO is available on Linux, Solaris, Windows, Power PC, FreeBSD and Mac OS X. Other ports are still being developed at OpenOffice.org. The supported programming languages are  Java, C++ and {{PRODUCTNAME}} Basic. As well, UNO is available through the component technology Microsoft COM for many other languages. On OpenOffice.org there is also a language binding for Python available.
+
UNO (pronounced ['ju:nou]) stands for Universal Network Objects and is the base component technology for {{AOo}}. You can utilize and write components that interact across languages, component technologies, computer platforms, and networks. Currently, UNO is available on Linux, Solaris, Windows, Power PC, FreeBSD and Mac OS X. Other ports are still being developed at {{AOo}}. The supported programming languages are  Java, C++ and {{AOo}} Basic. As well, UNO is available through the component technology Microsoft COM for many other languages. On {{AOo}} there is also a language binding for Python available.
With {{PRODUCTNAME}} {{OOo2.x}}, UNO is also programmable with .NET languages using the new Common Language Infrastructure binding. In addition, the new scripting framework offers the use of the API through several scripting languages, such as Javascript, Beanshell or Jython. See [[Documentation/APIGuide/Scripting/Scripting Framework|Scripting Framework]] for more details.
+
With OpenOffice.org 2.x, UNO is also programmable with .NET languages using the new Common Language Infrastructure binding. In addition, the new scripting framework offers the use of the API through several scripting languages, such as Javascript, Beanshell or Python. See [[Documentation/DevGuide/Scripting/Scripting Framework|Scripting Framework]] for more details.
UNO is used to access {{PRODUCTNAME}}, using its Application Programming Interface (API). The {{PRODUCTNAME}} API is the comprehensive specification that describes the programmable features of {{PRODUCTNAME}}.
+
UNO is used to access {{AOo}}, using its Application Programming Interface (API). The {{AOo}} API is the comprehensive specification that describes the programmable features of {{AOo}}.
 
+
 
{{PDL1}}
 
{{PDL1}}
[[Category: First Steps]]
+
 
 +
[[Category:Documentation/Developer's Guide/First Steps]]

Latest revision as of 15:00, 22 December 2020



UNO (pronounced ['ju:nou]) stands for Universal Network Objects and is the base component technology for Apache OpenOffice. You can utilize and write components that interact across languages, component technologies, computer platforms, and networks. Currently, UNO is available on Linux, Solaris, Windows, Power PC, FreeBSD and Mac OS X. Other ports are still being developed at Apache OpenOffice. The supported programming languages are Java, C++ and Apache OpenOffice Basic. As well, UNO is available through the component technology Microsoft COM for many other languages. On Apache OpenOffice there is also a language binding for Python available. With OpenOffice.org 2.x, UNO is also programmable with .NET languages using the new Common Language Infrastructure binding. In addition, the new scripting framework offers the use of the API through several scripting languages, such as Javascript, Beanshell or Python. See Scripting Framework for more details. UNO is used to access Apache OpenOffice, using its Application Programming Interface (API). The Apache OpenOffice API is the comprehensive specification that describes the programmable features of Apache OpenOffice.

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