Action group: Office
The action deletes the specified text from the document
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Context for working with a document | Robin.OpenTextDo c | Yes | |
Text | Text to be removed | Robin.String | Yes | |
All matches | If the parameter value is True, then all found matches will be deleted. Otherwise, only the first fragment found. The default value is «false» | Robin.Boolean | true | No |
Case sensitive | If the value of the parameter is True, then the case of characters will be taken into account when searching for matches. The default value is «false» | Robin.Boolean | true | No |
Results | ||||
Result | String variable containing the processed text | Robin.String |
None.
There is a file test.docx with a list of names.
It is necessary to open the document and delete the name Maria. Next, save the document and close it.
Use the "Open", "Delete text", "Save", "Close" actions.
The program robot completed successfully.
The required text in the document is deleted. The file is saved and closed.