> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ParagraphRoleEnum

ParagraphRoleEnum enumeration constants are used to describe the role of the paragraph in the logic structure of the document.

```
typedef enum {
 PR_Text,
 PR_TableText,
 PR_Heading,
 PR_HeadingNumber,
 PR_TableHeading,
 PR_PictureCaption,
 PR_TableCaption,
 PR_TableOfContents,
 PR_Footnote,
 PR_Endnote,
 PR_RunningTitle,
 PR_Garbage,
 PR_Other,
 PR_Barcode
} ParagraphRoleEnum;
```

## Elements

| Name                  | Description                                                                                                                                                                                                                                                                                                                                                         |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PR\\\_Barcode         | A barcode paragraph.                                                                                                                                                                                                                                                                                                                                                |
| PR\\\_Endnote         | An endnote paragraph.                                                                                                                                                                                                                                                                                                                                               |
| PR\\\_Footnote        | A footnote paragraph.                                                                                                                                                                                                                                                                                                                                               |
| PR\\\_Garbage         | A paragraph contains some garbage.                                                                                                                                                                                                                                                                                                                                  |
| PR\\\_Heading         | A heading paragraph.                                                                                                                                                                                                                                                                                                                                                |
| PR\\\_HeadingNumber   | A heading number if it presents as a separate paragraph. For example, "Part 1 Introduction" "Part 1" is a heading number, while "Introduction" is a heading. The heading and the heading number have the same heading level (see the [IParagraphStyle::HeadingLevel](/fine-reader/engine/api-reference/text-related-objects/paragraphstyle#headinglevel) property). |
| PR\\\_Other           | Some other paragraph role not mentioned in this table.                                                                                                                                                                                                                                                                                                              |
| PR\\\_PictureCaption  | A picture caption paragraph.                                                                                                                                                                                                                                                                                                                                        |
| PR\\\_RunningTitle    | A running title paragraph.                                                                                                                                                                                                                                                                                                                                          |
| PR\\\_TableCaption    | A table caption paragraph.                                                                                                                                                                                                                                                                                                                                          |
| PR\\\_TableHeading    | A table heading paragraph.                                                                                                                                                                                                                                                                                                                                          |
| PR\\\_TableOfContents | A paragraph of a table of contents.                                                                                                                                                                                                                                                                                                                                 |
| PR\\\_TableText       | A paragraph of a table cell text.                                                                                                                                                                                                                                                                                                                                   |
| PR\\\_Text            | A paragraph of a text.                                                                                                                                                                                                                                                                                                                                              |

## Used in

[IParagraphStyle::ParagraphRole](/fine-reader/engine/api-reference/text-related-objects/paragraphstyle#paragraphrole)
