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

interface XSearchDescriptor
Base Interfaces
XSearchDescriptor
┗ ::com::sun::star::beans::XPropertySet

::com::sun::star::beans::XPropertySet
(referenced interface's summary:)
provides information about and access to the properties from an implementation.
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