История страницы
...
Save Version 1 (Python)
...
Action group:
...
Office
Описание
Действие сохраняет документ
...
Description
The action saves the document
Action icon
Настройки
Settings of parameters
Property |
Description |
Type |
Пример заполнения
Обязательность заполнения поля
Параметры
Контекст
Контекст для работы с документом
Robin.OpenTextDoc
Да
Путь к папке
Filling example | Mandatory field | |||
Parameters | ||||
Context | Context for working with a document | Robin.OpenTextDo c | Yes | |
Folder path | Path to the folder where the document is to be saved | Robin.FolderPath | C:\doc\img |
No |
Имя файла
File name | The name of the new file that will be created based on the original one. | Robin.String |
No |
Путь к файлу
Results | ||||
Path to file | Full path to the saved file. | Robin.FilePath |
Особые условия использования
Отсутствуют
Пример использования
Special conditions of use
None.
Example of use
Task
There is a file test Задача: существует файл test (2).docx. Необходимо добавить туда запись = "тестовая запись" в начало документа. Далее, сохранить документ и закрыть.
Решение: воспользоваться действием "Открыть", "Ввести текст", "Сохранить", "Закрыть".
Реализация:
You need to add a record = “test record” to the beginning of the document. Then, save the document and close it.
Solution
Use the "Open", "Enter text", "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
В поле "Текст" указать значение "тестовая запись".
В поле "Место добавления" указать значение "Начало документа".
Перетащить на рабочую область действие "Сохранить" и заполнить его параметр
В поле "Контекст" указать контекст открытого документа.
Перетащить на рабочую область действие "Закрыть" и заполнить его параметр.
Нажать на кнопку "Старт" в верхней панели.
Результат:
...
- Move the "Enter text" action to the workspace and set its parameters.
In the "Context" field specify the context created in section 1.
In the "Text" field, specify the value "Text".
In the "Add text to" specify the value "Start of the document". - 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 needed text was added to the document. The file was saved and closed.