| Property | Data type | Description |
|---|---|---|
blockId * | string | The identifier of the text block or table cell containing the paragraph. |
blockType * | string enum | The type of block the identifier of which is specified in the blockId property. Possible values: text, cell |
sectionIndex * | integer | The index of the logic section on the paragraph page. A value of -1 indicates that the paragraph does not belong to any logic section. Logic sections do not include headings, footers, etc. Minimum value: -1 |
columnIndex * | integer | The index of a column in the paragraph’s logic section. A value of -1 indicates that the paragraph does not belong to any column. For example, columns do not include text boxes, notes, etc. Minimum value: -1 |
lineNumbering * | boolean | A value of true indicates that the paragraph is located inside a row numbering region. |
parIndex * | integer | The index of the paragraph in a text block or table cell. Minimum value: 0 |
firstLine * | integer | The index of the first line of the paragraph in a text block or table cell. Minimum value: 0 |
lastLine * | integer | The index of the last row of the paragraph in a text block or table cell. Minimum value: 0 |
Note: Astericks indicates a required property.
