Top   Module   Use   Manual   Index 

com :: sun :: star :: plugin ::

struct PluginDescription


Description
is a handle for one specific plugin shared object.

If there are multiple mimetypes and/or extensions, multiple PluginDescription objects will be created.



Elements

string PluginName
Description
contains the plugin name (usually the shared object file name).
string Mimetype
Description
contains one mimetype for which this plugin should be registered.
string Extension
Description
contains the file extension for files of this type.
string Description
Description
contains a text description of the plugin.
Top of Page