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

interface XReplaceDescriptor
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::beans::XPropertySet
    |
    +-XSearchDescriptor
       |
       +-XReplaceDescriptor
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