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

interface XReplaceDescriptor
Base Interfaces
XReplaceDescriptorXSearchDescriptor
   ┗ ::com::sun::star::beans::XPropertySet

XSearchDescriptor
(referenced interface's summary:)
specifies a string search operation.
Description
specifies a string replace operation.

Methods' Summary
getReplaceString  
setReplaceString sets the string which replaces the found occurrences.  
Methods' Details
getReplaceString
string
getReplaceString();

Returns
the string which replaces the found occurrences.
setReplaceString
void
setReplaceString( [in] string  aReplaceString );

Description
sets the string which replaces the found occurrences.
Top of Page