openoffice¶
-
class
openlp.plugins.songs.lib.importers.openoffice.
OpenOfficeImport
(manager, **kwargs)[source]¶ Bases:
openlp.plugins.songs.lib.importers.songimport.SongImport
Import songs from Impress/Powerpoint docs using Impress
-
create_property
(name, value)[source]¶ Create an OOo style property object which are passed into some Uno methods.
-
process_ooo_document
()[source]¶ Handle the import process for OpenOffice files. This method facilitates allowing subclasses to handle specific types of OpenOffice files.
-