service PluginShape in module com::sun::star::drawing::

(Global Index)

Syntax

service PluginShape;

Description

This Shape encapsulates a plugin.

A plugin is a binary object that is plugged into a document to represent a media-type that is not handled natively by the application.

Included Services

com::sun::star::drawing::Shape

Description

basic service for position, size and z-order.

A PluginShape cannot be rotated.


Property Summary

PluginMimeType This property specifies the media-type to which this plugin should be registered.

PluginURL This property specifies the url to the binary object.

PluginCommands This sequence contains paramaters that are passed to the application that renders the plugin when it is initialized.

Property Details



PluginMimeType

Syntax

string PluginMimeType;

Description

This property specifies the media-type to which this plugin should be registered.


PluginURL

Syntax

string PluginURL;

Description

This property specifies the url to the binary object.


PluginCommands

Syntax

sequence< com::sun::star::beans::PropertyValue > PluginCommands;

Description

This sequence contains paramaters that are passed to the application that renders the plugin when it is initialized.

Top of Page