:: com :: sun :: star :: security ::

struct RuntimePermission
Description
This permission grants runtime access to some named functionality. A RuntimePermission contains a name (also referred to as a "target name") but no actions list; you either have the named permission or you don't.
Since version
OpenOffice.org 1.1

Elements' Summary
Name name of permission
Elements' Details
Name
string Name;
Description
name of permission
Top of Page