SeparatorGroup Object (ISeparatorGroup Interface)
This object represents a group of separator blocks (SeparatorBlock objects). A group of separators usually includes four separators which form a rectangle. For example, four lines of a table border are recognized as a separators group. The ISeparatorGroup interface is derived from the IBlock interface and inherits all its properties.
Note: The indexing of ABBYY FineReader Engine collections starts with 0.
Properties
Name | Type | Description |
---|---|---|
Count | int, read-only | Stores the number of elements in the group. |
Element | SeparatorBlock, read-only | Provides access to a single element of the group. |
Methods
Name | Description |
---|---|
AddNew | Creates a separator block and inserts it into the specified position in the group. |
Item | Provides access to a single element of the group of separator blocks. |
DeleteAll | Removes all the elements from the group. |
DeleteAt | Removes an element from the group. |
Related objects
Output parameter
This object is the output parameter of the GetAsSeparatorGroup method of the Block object.
See also
03.07.2024 8:50:25