LibreOffice
LibreOffice 4.2 SDK API Reference
|
Describes a specific plugin. More...
import"PluginDescription.idl";
Public Attributes | |
string | PluginName |
the plugin's name (usually the shared object file name) More... | |
string | Mimetype |
a mimetype for which this plugin should be registered More... | |
string | Extension |
the file extension for files the plugin can handle More... | |
string | Description |
text description of the plugin More... | |
Describes a specific plugin.
If there are multiple mimetypes and/or extensions, multiple PluginDescriptions will be created.
string Description |
text description of the plugin
string Extension |
the file extension for files the plugin can handle
string Mimetype |
a mimetype for which this plugin should be registered
string PluginName |
the plugin's name (usually the shared object file name)