Word Append Text
Description
This action component allows you to writing text at the end of a document.
Input Properties
- Input WordObject (IWordObject) – The input Word Object connection.
- Text (String) – The string or string variable that will be appended to the Word Document.
- Font Name (String) – The font name.
- Font Size (String) – Font Size
- Font Bold (Checkbox) – Font Bold
- Font Italic (Checkbox) – Font Italic
- Font Underline (Checkbox) – Font Underline
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.