19#ifndef __com_sun_star_drawing_AppletShape_idl__
20#define __com_sun_star_drawing_AppletShape_idl__
26module
com { module sun { module star { module drawing {
Definition Ambiguous.idl:22
This Shape encapsulates an applet.
Definition AppletShape.idl:34
string AppletCode
This property specifies one of the following: The name of the class file that contains the compiled ...
Definition AppletShape.idl:59
boolean AppletIsScript
This property specifies whether or not the applet can be scripted.
Definition AppletShape.idl:70
string AppletCodeBase
This property specifies the base URI for the applet.
Definition AppletShape.idl:47
sequence< com::sun::star::beans::PropertyValue > AppletCommands
This sequence contains parameters that are passed to the applet when it is initialized.
Definition AppletShape.idl:65
string AppletName
this is an optional name for the applet.
Definition AppletShape.idl:52
This abstract service specifies the general characteristics of all Shapes.
Definition Shape.idl:44