История страницы
...
Set bookmark Version 1 (Python)
...
Action group:
...
Office
Описание
Действие устанавливает закладку в документе
...
Description
The action sets a bookmark in the document
Action icon
Настройки
Settings of parameters
Property |
Description |
Type |
Пример заполнения
Обязательность заполнения поля
Параметры
Контекст
Filling example | Mandatory field | |||
Parameters | ||||
Context | Context for working with a document | Robin.OpenTextDo c |
Yes |
Имя закладки
Bookmarks name | The name of the bookmark to be added to the document. Bookmark names must start with a letter. They can contain numbers and letters, but not spaces. | Robin.String |
Да
Текст места добавления
Yes | ||
Insertion text | The text relative to the position of which the bookmark will be added | Robin.String |
Да
Место добавления
Yes | ||
Add text to | The location of the bookmark relative to the specified text. The bookmark will be added on the first match of the text | Robin.String |
Да
Порядковый номер совпадения
Yes | ||
Sequence number of the match | The ordinal number of the match of the value being searched for. If the field is empty, then the bookmark will be added by the first match of the text. Numbering starts at 1. To find the last match, you must specify -1. | Robin.Numeric |
Нет
Особые условия использования
Отсутствуют
Пример использования
No |
Special conditions of use
None.
Example of use
Task
There is a file test Задача: существует файл test (2).docx. с списком имен. Необходимо добавить закладку в документ после имени "Маша". Далее, сохранить документ и закрыть.
Решение: воспользоваться действием "Открыть", "Установить закладку", "Сохранить", "Закрыть".
Реализация:
with a list of names. You need to add a bookmark to the document after the name "Masha". Then, save the document and close it.
Solution
Use the "Open", "Set bookmark", "Save", "Close" actions.
Implementation
- Move the "Open" action to the workspace and set its parameters.
In the "Path to file" field specify the path to file test Перетащить на рабочую область действие "Открыть" и заполнить его параметры
В поле "Путь к файлу" указать путь к файлу test (2).docx.
Перетащить на рабочую область действие "Установить закладку" и заполнить его параметры
В поле "Контекст" указать созданный контекст в п.1
В поле "Имя закладки" указать значение "ЗакладкаТест".
В поле "Текст места добавления" указать имя "Маша".
В поле "Место добавления" указать значение "После указанного текста".
Перетащить на рабочую область действие "Сохранить" и заполнить его параметр
В поле "Контекст" указать контекст открытого документа.
Перетащить на рабочую область действие "Закрыть" и заполнить его параметр.
Нажать на кнопку "Старт" в верхней панели.
Результат:
- Drag the "Set bookmark" action to the workspace and fill in its parameters
In the "Context" field, specify the context created in step 1.
In the "Bookmarks name" field specify the value "BookmarkTest".
In the "Insertion text" field specify the name "Masha".
In the "Add text to" field specify the value "After the specified text". - Move the "Save" action to the workspace and set its parameter.
In the context field specify the context of the open document. - Move the "Close" action to the workspace and set its parameter.
- Click "Start" in the top panel.
Result
The program robot completed successfully.
The bookmark is set to the desired location in the text. The file is saved and closedПрограммный робот отработал успешно. Закладка установлена в требуемое место в тексте. Файл сохранен и закрыт.