LibreOffice
LibreOffice 5.1 SDK API Reference
Public Attributes | List of all members
PluginDescription Struct Referencepublished

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...
 

Detailed Description

Describes a specific plugin.

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

Member Data Documentation

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)


The documentation for this struct was generated from the following file: