Difference between revisions of "Framework/Article/General Architecture Of Documents Embedding"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
== The access to an embedded objects in document ==
 
== The access to an embedded objects in document ==
  
The following articles could be helpful to understand the possibilities to access embedded objects from different document types
+
The following articles could be helpful to understand the possibilities to access embedded objects from different document types, the documentation is a little bit outdated so please see the comments to each link.
 +
 
 
* [http://api.openoffice.org/docs/DevelopersGuide/Text/Text.xhtml#1_3_10_3_Embedded_Objects Embedded objects in Writer document]
 
* [http://api.openoffice.org/docs/DevelopersGuide/Text/Text.xhtml#1_3_10_3_Embedded_Objects Embedded objects in Writer document]
 
** Starting from OpenOffice.org2.1 it is possible to use [http://api.openoffice.org/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier2.html com.sun.star.document.XEmbeddedObjectSupplier2] interface to get access to the object using the new embedding API
 
** Starting from OpenOffice.org2.1 it is possible to use [http://api.openoffice.org/docs/common/ref/com/sun/star/document/XEmbeddedObjectSupplier2.html com.sun.star.document.XEmbeddedObjectSupplier2] interface to get access to the object using the new embedding API
Line 12: Line 13:
  
 
The main interface implemented by any embedded object and allowing to control the embedded object is [http://api.openoffice.org/docs/common/ref/com/sun/star/embed/XEmbeddedObject.html com.sun.star.embed.XEmbeddedObject]. Please see the API documentation for more details.
 
The main interface implemented by any embedded object and allowing to control the embedded object is [http://api.openoffice.org/docs/common/ref/com/sun/star/embed/XEmbeddedObject.html com.sun.star.embed.XEmbeddedObject]. Please see the API documentation for more details.
 +
[[Category:Framework]]

Latest revision as of 09:32, 25 November 2009

This article is a very short description of the general architecture of the documents embedding in OpenOffice.org2.x from API point of view.

The access to an embedded objects in document

The following articles could be helpful to understand the possibilities to access embedded objects from different document types, the documentation is a little bit outdated so please see the comments to each link.

The main interface implemented by any embedded object and allowing to control the embedded object is com.sun.star.embed.XEmbeddedObject. Please see the API documentation for more details.

Personal tools