Microsoft Word
Create, edit, and manipulate Word documents programmatically for document generation and processing automation.
Overview
The Microsoft Word package provides comprehensive Word document manipulation capabilities. Use it when you need to generate reports, fill templates, create documents from data, or process existing Word files.
Key Features
- Document Creation - Create new Word documents from scratch
- Content Editing - Add text, headings, images, and tables
- Headers & Footers - Add document headers and footers
- Template Processing - Open and modify existing documents
- Find & Replace - Search and replace text in documents
Available Nodes
- Create Word - Create a new Word document
- Open Word - Open an existing Word document
- Close Word - Close and save the document
- Clear Word - Clear all document content
- Read Word - Read text content from document
- Add Text - Add text paragraph to document
- Add Heading - Add formatted heading
- Add Image - Insert image into document
- Add Table - Insert table with data
- Add Header - Add document header
- Add Footer - Add document footer
- Replace Text - Find and replace text in document
When to Use This Package
- Report Generation: Create automated reports with data
- Document Templates: Fill templates with dynamic content
- Contract Generation: Generate contracts from templates
- Mail Merge: Create personalized documents
- Document Conversion: Process and modify Word files
Typical Workflow
- Create Word for new document or Open Word for existing
- Add Heading for document title
- Add Text for content paragraphs
- Add Table for tabular data
- Add Image if needed
- Close Word to save the document
Use Cases
- Generate weekly/monthly reports from data
- Create invoices with customer information
- Fill contract templates with client details
- Produce personalized letters at scale
- Extract text from existing Word documents
📄️ Add Footer
Robomotion.MicrosoftWord.AddFooter
📄️ Add Header
Robomotion.MicrosoftWord.AddHeader
📄️ Add Heading
Robomotion.MicrosoftWord.AddHeading
📄️ Add Image
Robomotion.MicrosoftWord.AddImage
📄️ Add Table
Robomotion.MicrosoftWord.AddTable
📄️ Add Text
Robomotion.MicrosoftWord.AddText
📄️ Clear Word
Robomotion.MicrosoftWord.ClearWord
📄️ Close Word
Robomotion.MicrosoftWord.CloseWord
📄️ Create Word
Robomotion.MicrosoftWord.CreateWord
📄️ Open Word
Robomotion.MicrosoftWord.OpenWord
📄️ Read Word
Robomotion.MicrosoftWord.ReadWord
📄️ Replace Text
Robomotion.MicrosoftWord.ReplaceText