Type Property of the TableSeparator Object

This property stores separator type. Separators may be of five types as defined by TableSeparatorTypeEnum constants.

Syntax

C++

HRESULT get_Type(
   int                     Index,
   TableSeparatorTypeEnum* Result
);
HRESULT put_Type(
   int                    Index,
   TableSeparatorTypeEnum type
);
    

C#

TableSeparatorTypeEnum get_Type( int Index );
void set_Type(
   int                    Index,
   TableSeparatorTypeEnum type
);
    

Visual Basic .NET

Property Type(Index As Integer) As TableSeparatorTypeEnum
    

Parameters

Index
[in] A variable of the int type that contains coordinate of the beginning of the separator segment in a base grid. By the base grid here we assume the grid formed by table borders and separators. Each vertical separator increments the horizontal coordinate by one, and each horizontal separator increments the vertical coordinate by one. Coordinate axes are oriented from left to right and from top to bottom.
type
[in] A variable of the TableSeparatorTypeEnum type that contains the new value of the property.
Result
[out, retval] A pointer to TableSeparatorTypeEnum variable that receives the value of the property. Must not be NULL.

Return values

This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

Remarks

Separator type is not an attribute of the entire separator but of a single separator segment between the adjacent intersections with perpendicular separators. Therefore this property is indexed by the Index parameter. Separator type is an attribute of its segment with coordinates [Index,Index+1] in a base grid. Table separators' types are automatically corrected during operations with groups of table cells (merging and splitting).

See also

TableSeparator

TableSeparatorTypeEnum

SetType

Working with Properties

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.