Action group: Word
The action saves a Word-document
Parameter | Description |
---|---|
Word-document | Word-document instance. |
Path to save | Path to the folder where the document will be saved. If the field is empty, the file is saved in the same folder from which the original file was opened. For example, C:Doc/img. |
Name | The name of the new document to be created. If this field is left empty, the file is saved with the same name that the document had when it was opened. For example: New_document. |
Format | The format in which the document will be saved. If this field is left blank, the file is saved in the same format that the document had when it was opened. For example: .docx. |
Result - the full path to the saved document.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Word-document | An instance of the Word document. | Robin.Word | Word context | Yes |
Path to save | The path to the folder where the document will be saved. If the field is left blank, the file is saved in the same folder from which the original file was opened. | Robin.FolderPath | C:\doc\img | No |
Name | The name of the new document to be created. If this field is left blank, then the file is saved with the same name that the document had when it was opened. | Robin.String | No | |
Format | Format of document to save. If this field is empty, the file will be saved in the format the document had when it was opened. | Robin.String | No | |
Results | ||||
Result | Full path to the saved document. | Robin.FilePath |
None.
Example of use
Task
There is a file test (2).docx. Open the document and add an entry = "Text" to the start of the document. Next, save the document and close it.
Solution
Use the "Open document" "Enter text", "Save as", "Close document" actions.
Implementation
Result
The program robot completed successfully. The desired text was added to the document. The file was saved and closed.