struct PluginDescription in module com::sun::star::plugin::

(Global Index)

Syntax

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.

Field Summary

PluginName contains the plugin name (usually the shared object file name).

Mimetype contains one mimetype for which this plugin should be registered.

Extension contains the file extension for files of this type.

Description contains a text description of the plugin.

Field Details



PluginName

Syntax

string PluginName;

Description

contains the plugin name (usually the shared object file name).


Mimetype

Syntax

string Mimetype;

Description

contains one mimetype for which this plugin should be registered.


Extension

Syntax

string Extension;

Description

contains the file extension for files of this type.


Description

Syntax

string Description;

Description

contains a text description of the plugin.

Top of Page