Action group: Word
The action returns the number of elements of the specified type from a Word-document.
Specifies the Word-document and the type of items to be counted. It is also possible to disregard footnotes and captions when counting.
Parameter | Description |
---|---|
Context | Context of the open Word-document. Open a Word-document using the "Open document" action ("Word" action group). |
Element type | Type of elements to be counted. There are 5 options available: Images, Tables, Characters, Words, Pages. |
Count inscriptions and footnotes | Counts items with or without inscriptions and footnotes in the document. |
Result - the number of elements counted in the document.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | The Word document instance to which the action will be applied. | Robin.Word | Word context | Yes |
Elements type | The type of elements that will be counted in the Word document. | Robin.String | Yes | |
Count inscriptions and footnotes | If the value is «true», then the action counts elements taking into account labels and footnotes. If «false», then labels and footnotes will not be taken into account. | Robin.Boolean | true | No |
Results | ||||
Result | The number of found elements of the specified type from the Word document. | Robin.Numeric |
None.
There is a Word-document. Count the number of words.
Use the "Open document", "Get number of elements", "Save as", "Close document" actions.
Implementation
The program robot completed successfully. The action returned the number of words in the document.