> ## 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 dans l’API ABBYY FineReader Engine — Rôles d’un paragraphe dans la structure logique d’un document.

Les constantes de l’énumération ParagraphRoleEnum servent à décrire le rôle du paragraphe dans la structure logique du 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;
```

<div id="elements">
  ## Éléments
</div>

| Nom                 | Description                                                                                                                                                                                                                                                                                                                                                                                           |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PR\_Barcode         | Un paragraphe Barcode.                                                                                                                                                                                                                                                                                                                                                                                |
| PR\_Endnote         | Un paragraphe de note de fin.                                                                                                                                                                                                                                                                                                                                                                         |
| PR\_Footnote        | Un paragraphe de note de bas de page.                                                                                                                                                                                                                                                                                                                                                                 |
| PR\_Garbage         | Un paragraphe contient des artéfacts.                                                                                                                                                                                                                                                                                                                                                                 |
| PR\_Heading         | Un paragraphe de titre.                                                                                                                                                                                                                                                                                                                                                                               |
| PR\_HeadingNumber   | Un numéro de titre s'il est présenté sous la forme d'un paragraphe distinct. Par exemple, dans "Part 1 Introduction", "Part 1" est un numéro de titre, tandis que "Introduction" est un titre. Le titre et le numéro de titre ont le même niveau de titre (voir la propriété [IParagraphStyle::HeadingLevel](/fr/fine-reader/engine/api-reference/text-related-objects/paragraphstyle#headinglevel)). |
| PR\_Other           | Un autre rôle de paragraphe non mentionné dans ce tableau.                                                                                                                                                                                                                                                                                                                                            |
| PR\_PictureCaption  | Un paragraphe de légende d'image.                                                                                                                                                                                                                                                                                                                                                                     |
| PR\_RunningTitle    | Un paragraphe de titre courant.                                                                                                                                                                                                                                                                                                                                                                       |
| PR\_TableCaption    | Un paragraphe de légende de tableau.                                                                                                                                                                                                                                                                                                                                                                  |
| PR\_TableHeading    | Un paragraphe d'en-tête de tableau.                                                                                                                                                                                                                                                                                                                                                                   |
| PR\_TableOfContents | Un paragraphe de table des matières.                                                                                                                                                                                                                                                                                                                                                                  |
| PR\_TableText       | Un paragraphe de texte dans une cellule de tableau.                                                                                                                                                                                                                                                                                                                                                   |
| PR\_Text            | Un paragraphe de texte.                                                                                                                                                                                                                                                                                                                                                                               |

<div id="used-in">
  ## Utilisé dans
</div>

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