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

Ключ

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

...

Add image Version 1 (Python)

...

Action group:

...

Office

Описание

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

...

Description

The action adds an image to the document

Action icon

Настройки

Settings of parameters

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

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

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

Параметры

Контекст

Контекст для работы с документом
Filling exampleMandatory field
Parameters
ContextContext for working with a documentRobin.OpenTextDo c
Да

Yes

Изображение

Путь к изображению, которое необходимо добавить в документ
ImageThe path to the image to add to the documentRobin.FilePath

Да

Место добавления

Место в документе, куда будет добавлено изображение

Yes
Add text toLocation in document where image should be inserted toRobin.String
Да

Yes

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

Имя закладки, после которой будет добавлено изображение
Bookmark nameThe name of the bookmark after which the image will be addedRobin.String

Нет

С новой строки

Если значение параметра равно true, то заданное изображение будет добавлено с новой строки, а последующий текст в документе будет переведен на новую строку. Значение по умолчанию -

No
On a new lineIf the value of the parameter is true, then the specified image will be added on a new line, and the subsequent text in the document will be translated to a new line. Default value is falseRobin.Booleantrue
Нет
No

Ширина

Ширина изображения, которое будет добавлено
WidthThe width of the image to be addedRobin.Numeric
Нет

No

Высота

Высота изображения, которое будет добавлено. Не учитывается, если не указан параметр «Ширина»
HeightThe height of the image to be added. Ignored if the «Width» parameter is not specifiedRobin.Numeric

Нет

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

Отсутствуют 

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

Задача: существует файл Описания проблем.docx. Необходимо открыть документ и добавить туда изображение. Далее, сохранить документ и закрыть. 

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

Реализация:

...


No

Special conditions of use

None.

Example of use

Task 

There is a file Problem Descriptions.docx. You need to open the document and add an image there. Then, save the document and close it. 

Solution

Use the "Open", "Add image", "Save", "Close" actions.

Implementation

  1. Assemble a robot scheme consisting of the actions: "Open", '"Add Image", "Save", "Close". 
  2. Set the "Open" action parameter. 
    In the "Path to file" field specify the path to the file Problem Descriptions.docx

    Image Added


  3. Set the parameters for the "Add image" action: 
    In the "Context" field specify the context created in step 1
    In the "Image" field specify the path to the image to be added. 
    In the "Add text to" field specify the value "Beginning of document".
    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 image is added to the document. The file is saved and closed

...

Результат:

Программный робот отработал успешно. Требуемое изображение добавлено в документ. Файл сохранен и закрыт.