Skip to content

Add Paragraph Node

Document/DOCX

Add Paragraph

Append a styled paragraph to a DOCX document

docx_add_paragraphmedia
Inputs11
Outputs2
Security exposure2/10
Packagemedia

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
2/10High
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
2/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

11

Input

Execution
exec_in

Trigger

Template

Struct
template

DOCX file to append to

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Text

String
text

Paragraph text (supports markdown bold/italic)

Style

String
style

Paragraph style: Normal, Heading1-6, Title, Subtitle, Quote

Default Normal

Font Family

String
font_family

Override font

Font Size

Float
font_size

Override size in points (0 = use style default)

Default 0

Font Color

String
font_color

Override text color (hex)

Bold

Boolean
bold

Force bold

Default false

Italic

Boolean
italic

Force italic

Default false

Alignment

String
alignment

Text alignment: Left, Center, Right, Justify

Default Left

Output Path

Struct
output

Where to save

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Output Pins

2

Done

Execution
exec_out

Continues

Result

Struct
result

Output file path

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Node Info

Internal name
docx_add_paragraph
Category
Document/DOCX