> ## Documentation Index
> Fetch the complete documentation index at: https://superdoc-caio-pizzol-docs-ai-core-preset.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Paragraph Formatting operations

> Paragraph Formatting operation reference from the canonical Document API contract.

[Back to full reference](../../index)

Paragraph-level direct formatting: alignment, indentation, spacing, borders, shading, and more.

| Operation                                                                                                                                                                                                                     | Member path                              | Mutates | Idempotency   | Tracked | Dry run |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | ------- | ------------- | ------- | ------- |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/reset-direct-formatting"><code>format.paragraph.resetDirectFormatting</code></a></span> | `format.paragraph.resetDirectFormatting` | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-alignment"><code>format.paragraph.setAlignment</code></a></span>                    | `format.paragraph.setAlignment`          | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/clear-alignment"><code>format.paragraph.clearAlignment</code></a></span>                | `format.paragraph.clearAlignment`        | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-indentation"><code>format.paragraph.setIndentation</code></a></span>                | `format.paragraph.setIndentation`        | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/clear-indentation"><code>format.paragraph.clearIndentation</code></a></span>            | `format.paragraph.clearIndentation`      | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-spacing"><code>format.paragraph.setSpacing</code></a></span>                        | `format.paragraph.setSpacing`            | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/clear-spacing"><code>format.paragraph.clearSpacing</code></a></span>                    | `format.paragraph.clearSpacing`          | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-keep-options"><code>format.paragraph.setKeepOptions</code></a></span>               | `format.paragraph.setKeepOptions`        | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-outline-level"><code>format.paragraph.setOutlineLevel</code></a></span>             | `format.paragraph.setOutlineLevel`       | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-flow-options"><code>format.paragraph.setFlowOptions</code></a></span>               | `format.paragraph.setFlowOptions`        | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-tab-stop"><code>format.paragraph.setTabStop</code></a></span>                       | `format.paragraph.setTabStop`            | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/clear-tab-stop"><code>format.paragraph.clearTabStop</code></a></span>                   | `format.paragraph.clearTabStop`          | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/clear-all-tab-stops"><code>format.paragraph.clearAllTabStops</code></a></span>          | `format.paragraph.clearAllTabStops`      | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-border"><code>format.paragraph.setBorder</code></a></span>                          | `format.paragraph.setBorder`             | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/clear-border"><code>format.paragraph.clearBorder</code></a></span>                      | `format.paragraph.clearBorder`           | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-shading"><code>format.paragraph.setShading</code></a></span>                        | `format.paragraph.setShading`            | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/clear-shading"><code>format.paragraph.clearShading</code></a></span>                    | `format.paragraph.clearShading`          | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/set-direction"><code>format.paragraph.setDirection</code></a></span>                    | `format.paragraph.setDirection`          | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/format/paragraph/clear-direction"><code>format.paragraph.clearDirection</code></a></span>                | `format.paragraph.clearDirection`        | Yes     | `conditional` | No      | Yes     |
