Difference between revisions of "Documentation/DevGuide/FirstSteps/Working with Objects"
From Apache OpenOffice Wiki
< Documentation | DevGuide
(FINAL VERSION FOR L10N) |
m |
||
| Line 7: | Line 7: | ||
{{DISPLAYTITLE:Working with Objects}} | {{DISPLAYTITLE:Working with Objects}} | ||
{{Documentation/DevGuideLanguages|Documentation/DevGuide/FirstSteps/{{SUBPAGENAME}}}} | {{Documentation/DevGuideLanguages|Documentation/DevGuide/FirstSteps/{{SUBPAGENAME}}}} | ||
| − | Working with {{ | + | Working with {{AOo}} API objects involves the following: |
* First we will learn the UNO concepts of objects, interfaces, services, attributes, and properties, and we will get acquainted with UNO's method of using them. | * First we will learn the UNO concepts of objects, interfaces, services, attributes, and properties, and we will get acquainted with UNO's method of using them. | ||
| − | * After that, we will work with a {{ | + | * After that, we will work with a {{AOo}} document for the first time, and give some hints for the usage of the most common types in {{AOo}} API. |
| − | * Finally we will introduce the common interfaces that allow you to work with text, tables and drawings across all {{ | + | * Finally we will introduce the common interfaces that allow you to work with text, tables and drawings across all {{AOo}} document types. |
{{PDL1}} | {{PDL1}} | ||
[[Category:Documentation/Developer's Guide/First Steps]] | [[Category:Documentation/Developer's Guide/First Steps]] | ||
Latest revision as of 15:26, 22 December 2020
Working with Apache OpenOffice API objects involves the following:
- First we will learn the UNO concepts of objects, interfaces, services, attributes, and properties, and we will get acquainted with UNO's method of using them.
- After that, we will work with a Apache OpenOffice document for the first time, and give some hints for the usage of the most common types in Apache OpenOffice API.
- Finally we will introduce the common interfaces that allow you to work with text, tables and drawings across all Apache OpenOffice document types.
| Content on this page is licensed under the Public Documentation License (PDL). |