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

(Global Index)

Syntax

service AppletShape;

Description

This Shape encapsulates an applet.

An applet is a small Java-based program that is executed and rendered embedded in a document.

Included Services

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

Description

basic service for position, size and z-order.

A AppletShape cannot be rotated.


Property Summary

AppletCodeBase This property specifies the base URI for the applet.

AppletName this is an optional name for the applet.

AppletCode This property specifies one of the following:
The name of the class file that contains the compiled applet subclass.
The path to the class, including the class file itself.

AppletCommands This sequence contains paramaters that are passed to the applet when it is initialized.

AppletIsScript This property specifies whether or not the applet can be scripted.

Property Details



AppletCodeBase

Syntax

string AppletCodeBase;

Description

This property specifies the base URI for the applet.

If this property is empty, then it defaults the same base URI as for the current document.


AppletName

Syntax

string AppletName;

Description

this is an optional name for the applet.


AppletCode

Syntax

string AppletCode;

Description

This property specifies one of the following:
The name of the class file that contains the compiled applet subclass.
The path to the class, including the class file itself.


AppletCommands

Syntax

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

Description

This sequence contains paramaters that are passed to the applet when it is initialized.


AppletIsScript

Syntax

[readonly] boolean AppletIsScript;

Description

This property specifies whether or not the applet can be scripted.

Top of Page