Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: util ::

interface XSearchDescriptor

Base Interface
com::sun::star::beans::XPropertySet

Description
specifies a string search operation.


Known Services which Export this Interface

com::sun::star::util::SearchDescriptor describes what and how to search within a container.

Methods' Summary

getSearchString
setSearchString sets the string of characters to look for.

Methods' Details

getSearchString
 
string
getSearchString();
Returns
the string of characters to search for.
setSearchString
 
[ oneway ] void
setSearchString(
[ in ] string aString );

Description
sets the string of characters to look for.

Top of Page