DOCX Node Catalog
Generated category
DOCX Node Catalog
Generated from 17 catalog nodes in Document/DOCX.
Nodes in this category
Showing 17 of 17 generated node docs.
Add Hyperlink
Document/DOCXAppend a hyperlink to a DOCX document. Default color: #FF4343.
Add Image
Document/DOCXInsert an inline image into a DOCX document
Add Page Break
Document/DOCXInsert a page break into a DOCX document
Add Paragraph
Document/DOCXAppend a styled paragraph to a DOCX document
Add Table
Document/DOCXInsert a styled table from JSON data. Default: branded header with #FF4343, zebra rows.
Add Table of Contents
Document/DOCXInsert a TOC field that Word will populate on open
Create Document
Document/DOCXCreate an empty DOCX with Flow Like branded theme (styled headings, Calibri font, modern spacing)
Extract Text
Document/DOCXExtract all text content from a DOCX file as plain text
Get Metadata
Document/DOCXRead document metadata from docProps/core.xml
List Placeholders
Document/DOCXScan document body, headers, footers for all {{...}} placeholder strings
Merge DOCX
Document/DOCXConcatenate multiple DOCX documents into one, with optional page breaks between them
Remove Paragraph
Document/DOCXRemove paragraphs containing a specific placeholder. Useful for conditional content.
Replace Image in DOCX
Document/DOCXReplace an image in a DOCX file by matching alt text or shape name
Replace Table Row
Document/DOCXFind a table containing a placeholder, duplicate that row for each data item, replacing placeholders per row
Replace Text in DOCX
Document/DOCXReplace text placeholders in a DOCX template file with plain text or markdown
Set Header/Footer
Document/DOCXSet header and/or footer text in a DOCX document
Set Metadata
Document/DOCXSet title, author, subject, keywords, description in document metadata