xref: /AOO41X/main/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml (revision 61aaf8b663b6ac78fc1bd2567c9922695a36fcc0)
1<?xml version="1.0" encoding="UTF-8"?>
2
3<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
4
5    <script language="BeanShell">
6        <locale lang="en">
7            <displayname value="Capitalise"/>
8            <description>
9                Change the case of a selection, or current word from upper case, to first char upper case, to all lower case to upper case...
10            </description>
11        </locale>
12        <functionname value="capitalise.bsh"/>
13        <logicalname value="Capitalise.BeanShell"/>
14    </script>
15
16</parcel>
17