TypeScript API Documentation for ATK
API Version: 1.0
Library Version: 2.61.1
Generated with TypeDoc via ts-for-gir v5.2.0
Interface for implementing TableCell. Contains only the virtual methods that need to be implemented.
Virtual
Returns the column headers as an array of cell accessibles.
2.12
Returns the number of columns occupied by this cell accessible.
Retrieves the tabular position of this cell.
Gets the row and column indexes and span of this cell accessible.
Note: If the object does not implement this function, then, by default, atk will implement this function by calling get_row_span and get_column_span on the object.
Returns the row headers as an array of cell accessibles.
Returns the number of rows occupied by this cell accessible.
Returns a reference to the accessible of the containing table.
Interface for implementing TableCell. Contains only the virtual methods that need to be implemented.