Skip to content

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/DOCX

Append a hyperlink to a DOCX document. Default color: #FF4343.

Add Image

Document/DOCX

Insert an inline image into a DOCX document

Add Page Break

Document/DOCX

Insert a page break into a DOCX document

Add Paragraph

Document/DOCX

Append a styled paragraph to a DOCX document

Add Table

Document/DOCX

Insert a styled table from JSON data. Default: branded header with #FF4343, zebra rows.

Add Table of Contents

Document/DOCX

Insert a TOC field that Word will populate on open

Create Document

Document/DOCX

Create an empty DOCX with Flow Like branded theme (styled headings, Calibri font, modern spacing)

Extract Text

Document/DOCX

Extract all text content from a DOCX file as plain text

Get Metadata

Document/DOCX

Read document metadata from docProps/core.xml

List Placeholders

Document/DOCX

Scan document body, headers, footers for all {{...}} placeholder strings

Merge DOCX

Document/DOCX

Concatenate multiple DOCX documents into one, with optional page breaks between them

Remove Paragraph

Document/DOCX

Remove paragraphs containing a specific placeholder. Useful for conditional content.

Replace Image in DOCX

Document/DOCX

Replace an image in a DOCX file by matching alt text or shape name

Replace Table Row

Document/DOCX

Find a table containing a placeholder, duplicate that row for each data item, replacing placeholders per row

Replace Text in DOCX

Document/DOCX

Replace text placeholders in a DOCX template file with plain text or markdown

Set Header/Footer

Document/DOCX

Set header and/or footer text in a DOCX document

Set Metadata

Document/DOCX

Set title, author, subject, keywords, description in document metadata