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

Ключ

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

...

Specify the Word-document, the name of the new bookmark, the place of addition, the text relative to which the bookmark will be added, and the number of the match of this text in the document. It is also possible to specify the page number where the addition will be made.

Action icon

Image Modified

Parameters

...

Settings of parameters

ParameterDescription
ContextThe context of an open Word-document. You can open a Word document using the "Open document" action (the "Word" action group).
Bookmark nameThe name of the new bookmark. Name restrictions: the document must not contain a bookmark with the same name; does not exceed 40 characters; begins with a letter; there are no spaces.
Page numberThe page number of the document where the new bookmark will be set. If the parameter is not filled in, the text will be searched throughout the entire document.
Place of additionThe location of the bookmark relative to the specified text. There are 3 options available: Before text, After text, Insert text into the bookmark. When you select "Insert text into a bookmark", the specified text will be the bookmark.
TextThe text in the document relative to which the new bookmark will be set.
Match number of the textThe number of the text match, relative to which the bookmark will be set. The numbering starts with 1. If you need to specify the last match in the document, but the sequence number of the match is unknown, then specify -1.

Settings of parameters

Свойство
Property
Описание
Description
Тип
Type
Пример заполнения
Filling example
Обязательность
Mandatory 
заполнения поля
field
Параметры
Parameters
Контекст
Context
Экземпляр Word-документа, к которому будет применено действие
The Word document instance to which the action will be applied.Robin.Word
Контекст
Word
-документа
context
Да
Yes

Название закладки

Название новой закладки. Должно начинаться с буквы, не иметь пробелов и не превышать 40 символов. Если в документе уже есть закладка с таким именем, то робот вернет ошибку
Bookmark nameThe name of the new bookmark. Must start with a letter, have no spaces, and be no longer than 40 characters. If the document already has a bookmark with the same name, the robot will return an error.Robin.String
Закладка1

Yes

Да

Номер страницыНомер страницы Word-документа, на которой будет установлена новая закладка. Если поле не заполнено, поиск места вставки закладки будет осуществлен по всему документу
Page numberThe page number of the Word document on which the new bookmark will be set. If the field is not filled in, the search for the insertion point of the bookmark will be carried out throughout the document.Robin.Numeric
1

No
НетТекстТекст в Word-документе, относительно которого будет добавлена закладка
TextThe text in the Word document to which the bookmark will be added.Robin.String
Кавказский пленникДаМесто добавления

Расположение закладки относительно указанного текста.

Элементы выпадающего списка:

  • Перед текстом
  • После текста
  • Вставить текст в закладку

Yes
Place of additionThe location of the bookmark relative to the specified text.Robin.String
Перед текстомДаНомер совпадения текстаПорядковый номер совпадения указанного текста в Word-документе. Нумерация начинается с 1. Для поиска последнего совпадения необходимо указать Да

Yes
Match number of the textThe ordinal number of the match of the specified text in the Word document. Numbering starts at 1. To find the last match, you must specify -1.Robin.Numeric
-1

Yes

Special conditions of use

...

You have a Word-document. Create a new bookmark after the text "Kavkazsky plennikКавказский пленник".

Document:

Solution

Use the "Open document", "Create bookmark", "Save as", "Close document" actions.

...

  1. Assemble a robot scheme with the actions:


  2. Set the "Open document" action parameters. In the "Path to file" field set the path to the Word-document file. In the "Visible" field check the checkbox = true.


  3. Set the "Create bookmark" action parameters. In the "Context" field specify the Word-document instance where the bookmark needs to be created. in the "Bookmark name" specify the name of the new bookmark. In the "Text" field specify "Kavkaszky plennikКавказский пленник". In the "Place of addition" field specify "After text". In the "Match number of the text" specify 1.


  4. Set the "Save as" action parameters. In the "Context" field specify the Word-document instance to be saved.


  5. Set the "Close document" action parameters. In the "Context" field specify the Word-document instance to be closed.


  6. Click "Start" in the top panel to start the robot.

...