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

exception LicenseException
Base Hierarchy
LicenseException
 ┗ ::com::sun::star::uno::Exception

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