interface XReplaceDescriptor in module com::sun::star::util::

(Global Index)

Syntax

interface XReplaceDescriptor : com::sun::star::util::XSearchDescriptor ;

Description

specifies a string replace operation.

Method Summary

getReplaceString

setReplaceString sets the string which replaces the found occurrences.

Known Services Which Export this Interface

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

Method Details



getReplaceString

Syntax

string getReplaceString ();

Returns

the string which replaces the found occurrences.

setReplaceString

Syntax

void setReplaceString (
string aReplaceString );

Description

sets the string which replaces the found occurrences.

Top of Page