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

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 13: 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