format_table_cell_text
Set the text and formatting (bold, italic, underline, color, font size, font name) for any cell in a Word document table.
Instructions
Set text and formatting of a specific table cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_index | Yes | ||
| row_index | Yes | ||
| col_index | Yes | ||
| text_content | No | ||
| bold | No | ||
| italic | No | ||
| underline | No | ||
| color | No | ||
| font_size | No | ||
| font_name | No |