Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Delete text Version 1 (Python)

...

Action group:

...

Office

Описание

Действие удаляет указанный текст из документа

...

Description

The action deletes the specified text from the document

Action icon

Настройки

Settings of parameters

Свойство
Property
Описание
Description
Тип
Type

Пример заполнения

Обязательность заполнения поля

Параметры

Контекст

Контекст для работы с документом

Robin.OpenTextDoc

Да

Текст

Текст, который необходимо удалить
Filling exampleMandatory field
Parameters
ContextContext for working with a documentRobin.OpenTextDo c
Yes
TextText to be removedRobin.String
Да

Yes

Все совпадения

Если значение параметра равно True, то будут удалены все найденные совпадения. Иначе - только первый найденный фрагмент. По умолчанию значение равно
All matchesIf the parameter value is True, then all found matches will be deleted. Otherwise, only the first fragment found. The default value is «false»Robin.Booleantrue
Нет
No

Учитывать регистр

Если значение параметра равно True, то будет учитываться регистр символов при поиске совпадений. По умолчанию значение равно
Case sensitiveIf 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.Booleantrue
Нет
No
Результаты
Results

Результат

Строковая переменная, содержащая обработанный текст
ResultString variable containing the processed textRobin.String

Особые условия использования

Отсутствуют

Пример использования 

Задача: существует файл test.docx со списком имен.

Image Removed

Необходимо открыть документ и удалить имя Мария. Далее, сохранить документ и закрыть. 

Решение: воспользоваться действием "Открыть", "Удалить текст", "Сохранить", "Закрыть". 

Реализация:

...



Special conditions of use

None.

Example of use

Task 

There is a file test.docx with a list of names.

Image Added

It is necessary to open the document and delete the name Maria. Next, save the document and close it. 

Solution

Use the "Open", "Delete text", "Save", "Close" actions.

Implementation

  1. Assemble a robot scheme consisting of the actions: "Open", "Delete text", "Save", "Close". 
  2. Set the "Open" action parameter. 
    In the "Path to file" field specify the path to the file test.docx
    Image Added

  3. Set the parameters for the "Delete text" action: 
    In the "Context" field, specify the context created in step 1
    In the "Text" field specify the value to be deleted.
    Image Added
  4. Move the "Save" action to the workspace and set its parameter.
    In the context field specify the context of the open document.
    Image Added
  5. Move the "Close" action to the workspace and set its parameter.
    Image Added

  6. Click "Start" in the top panel.

Result

The program robot completed successfully.

The required text in the document is deleted. The file is saved and closed

...

Результат:

...

.