Properties' Details
|
- AppletCodeBase
-  
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
-  
string AppletName;
- Description
- this is an optional name for the applet.
|
- AppletCode
-  
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
-  
sequence< com::sun::star::beans::PropertyValue > AppletCommands;
- Description
- This sequence contains paramaters that are passed to the applet
when it is initialized.
|
- AppletIsScript
-  
[ readonly ] boolean AppletIsScript;
- Description
- This property specifies whether or not the applet can be scripted.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.