format_text
Format text within a specific paragraph range in Word documents. Customize font style, color, size, and formatting (bold, italic, underline) using precise inputs like paragraph index and position.
Instructions
Format a specific range of text within a paragraph.
IMPORTANT: When specifying the color parameter, use a hex code WITHOUT the leading # (e.g., '0070C0', not '#0070C0').
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bold | No | ||
color | No | ||
end_pos | Yes | ||
filename | Yes | ||
font_name | No | ||
font_size | No | ||
italic | No | ||
paragraph_index | Yes | ||
start_pos | Yes | ||
underline | No |