> ## 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 Styles operations

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

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

Paragraph style reference operations (set/clear w:pStyle).

| Operation                                                                                                                                                                                              | Member path                   | Mutates | Idempotency   | Tracked | Dry run |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------- | ------- | ------------- | ------- | ------- |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/styles/paragraph/set-style"><code>styles.paragraph.setStyle</code></a></span>     | `styles.paragraph.setStyle`   | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/styles/paragraph/clear-style"><code>styles.paragraph.clearStyle</code></a></span> | `styles.paragraph.clearStyle` | Yes     | `conditional` | No      | Yes     |
