docx.read_paragraph_range
Read a specified range of paragraphs from a DOCX document, returning formatting details like alignment, style, and RTL direction.
Instructions
Read range of paragraphs with formatting info (RTL, style, alignment)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of paragraphs to read | |
| docId | Yes | Document ID | |
| startIndex | Yes | Starting paragraph index (0-based) |