:: com :: sun :: star :: beans ::

interface XExactName

Methods' Summary
getExactName  
Methods' Details
getExactName
string
getExactName( [in] string  aApproximateName );

Returns
the exact name for a given aprroximate name.

For example "getExactName" could be returned for "GETEXACTNAME" when "GETEXACTNAME" was used by a case insesitive scripting language.

Top of Page