:: com :: sun :: star :: deployment ::

unpublished exception LicenseException
Base Hierarchy
LicenseException
 ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
A LicenseException reflects the necessity of someone aggreeing to a license.
Since
OpenOffice 2.0.4

Elements' Summary
ExtensionName name of the extension. Contains the file name only.  
Text contains the text of the license.  
SuppressIfRequired indicates if the user can prevent to show the license Represents the attribute value /description/registration/simple-license/@suppress-if-required from the description.xml  
Elements' Details
ExtensionName
string ExtensionName;
Description
name of the extension. Contains the file name only.
Text
string Text;
Description
contains the text of the license.
SuppressIfRequired
boolean SuppressIfRequired;
Description
indicates if the user can prevent to show the license Represents the attribute value /description/registration/simple-license/@suppress-if-required from the description.xml
Top of Page