:: 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
OOo 2.0.4

Elements' Summary
ExtensionName name of the extension. The display name of the extension. See XPackage::getDisplayName  
Text contains the text of the license.  
AcceptBy contains the value of the attribute /description/registration/simple-license/@accept-by from the description.xml  
Elements' Details
ExtensionName
string ExtensionName;
Description
name of the extension. The display name of the extension. See XPackage::getDisplayName
Text
string Text;
Description
contains the text of the license.
AcceptBy
string AcceptBy;
Description
contains the value of the attribute /description/registration/simple-license/@accept-by from the description.xml
Top of Page