> For the complete documentation index, see [llms.txt](https://jjloomis.gitbook.io/adobe-indesign-basics-windows-edition/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jjloomis.gitbook.io/adobe-indesign-basics-windows-edition/working-with-text/paragraph-formatting-controls.md).

# Paragraph Formatting Controls

| Control                         | How it works                                                                                                                                                                                    |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Justification Styles            | Click justification buttons to align text to left, right, or center of text box.                                                                                                                |
| Left Indent                     | Use the control box to adjust the amount of space between the left edge of the text box and the text within it.                                                                                 |
| First Line Left Indent          | Use the control box to adjust the amount of left indentation applied to the first line of each paragraph within the text box.                                                                   |
| Right Indent                    | Use the control box to adjust the amount of space between the right edge of the text box and the text within it.                                                                                |
| Last Line Right Indent          | Use the control box to adjust the amount of right indentation applied to the last line of each paragraph within the text box.                                                                   |
| Space Before                    | Use the control box to increase or decrease amount of space before a paragraph in the text box. Note: When all text in text box is selected, the space before each paragraph is applied evenly. |
| Drop Cap Number of Lines        | Use the control box to increase or decrease the size of the first letter of a paragraph.                                                                                                        |
| Space After                     | Use the control box to increase or decrease amount of space after a paragraph in the text box. Note: When all text in text box is selected, the space after each paragraph is applied evenly.   |
| Drop Cap One or More Characters | After applying Drop Cap Number of Lines, use the control box to increase or decrease the number of characters included in the drop cap.                                                         |
| Bulleted List                   | Select the text you would like to include in a bulleted list. Click the bulleted list button. Each paragraph in the selected text will have a bullet.                                           |
| Numbered List                   | Select the text you would like to include in a numbered list. Click the bulleted list button. Each paragraph in the selected text will have a sequential number.                                |
| Shading                         | Click the Shading checkbox to apply a color to the background of a selected paragraph. Use Shading color drop-down list to set color.                                                           |
| Shading Color                   |                                                                                                                                                                                                 |
| Paragraph Style                 |                                                                                                                                                                                                 |
| Hyphenate                       | Select hyphenated line break text. Deselect Hyphenate checkbox to remove hyphenated line break.                                                                                                 |
| Do not align to baseline grid   | Removes Align to baseline grid feature (see below.)                                                                                                                                             |
| Align to baseline grid          | Aligns bottom of text to horizontal baseline guides. Note: This feature is off by default.                                                                                                      |
| Number of Columns               | Use control box to set the number of columns within a selected text box.                                                                                                                        |
| Gutter                          | Use control box to increase or decrease space between columns.                                                                                                                                  |
| Span Columns                    | Use drop-down list to set the number of columns a selected paragraph will span.                                                                                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jjloomis.gitbook.io/adobe-indesign-basics-windows-edition/working-with-text/paragraph-formatting-controls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
