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

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

interface XReplaceDescriptor

Base Interface
com::sun::star::util::XSearchDescriptor

Description
specifies a string replace operation.


Known Services which Export this Interface

com::sun::star::util::ReplaceDescriptor describes what and how to replace strings.

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