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

interface XSearchDescriptor
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::beans::XPropertySet
    |
    +-XSearchDescriptor
Description
specifies a string search operation.

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