Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XExactName
Description
provides a method of changing names for converting an approximate name to an existing name.

One field of application is the conversion of case-insensitive names to the existing names.

Example: A basic interpreter ignores the case of the names. So it must query the XExactName interface and then call the method.

See also
XPropertySet, XIntrospectionAccess, ::com::sun::star::container::XNameAccess

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.