Paragraphs Object
Paragraphs Object
This object represents a set of paragraphs of a text or table block. It can be used in document separation and document indexing scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of elements in the set of paragraphs. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the paragraph in the set. It must range from 0 to the value of the Count property minus 1. [out] Paragraph - the paragraph with the specified index. |
Provides access to a single paragraph of the set. |
See also
26.03.2024 13:49:49