LibreOffice Module pyuno (master) 1
Classes | Functions
officehelper Namespace Reference

Classes

class  BootstrapException
 

Functions

def bootstrap ()
 

Function Documentation

◆ bootstrap()

def officehelper.bootstrap ( )
Bootstrap OOo and PyUNO Runtime.
The soffice process is started opening a named pipe of random name, then the local context is used
    to access the pipe. This function directly returns the remote component context, from whereon you can
    get the ServiceManager by calling getServiceManager() on the returned object.

Definition at line 37 of file officehelper.py.