LocalOfficeConnection and LocalOfficeWindow
From Apache OpenOffice Wiki
< Documentation | DevGuide
The class LocalOfficeConnection implements a connection to a locally running Apache OpenOffice process that is an implementation of the interface OfficeConnection. Its method createOfficeWindow() creates an instance of the class LocalOfficeWindow, that is an implementation of the interface OfficeWindow.
Where LocalOfficeConnection keeps a single connection to the Apache OpenOffice process, there are multiple, shared LocalOfficeWindow instances for multiple beans. The LocalOfficeWindow implements the embedding of the local Apache OpenOffice document window into a java.awt.Container.
| Content on this page is licensed under the Public Documentation License (PDL). |