docx.fix_paragraph_rtl
Fix paragraph text direction in DOCX documents by setting RTL or LTR for a specific paragraph after manual verification.
Instructions
Fix RTL direction of paragraph - USE ONLY after manual check
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document ID | |
| setLTR | Yes | true = set LTR (remove RTL), false = set RTL | |
| paragraphIndex | Yes | Paragraph index (0-based) |