Atspi.TableCell¶
- Implementations:
Methods¶
|
|
|
|
|
Virtual Methods¶
None
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Atspi.TableCell¶
- Bases:
- get_column_header_cells()¶
- Raises:
- Returns:
a
GLib.PtrArray
of AtspiAccessibles representing the column header cells.- Return type:
Returns the column headers as an array of cell accessibles.
- get_column_index()¶
- Raises:
- Return type:
- get_column_span()¶
- Raises:
- Returns:
a
int
representing the number of columns occupied by this cell, or 0 if the cell does not implement this method.- Return type:
Returns the number of columns occupied by this cell accessible. The returned values are meaningful only if the table cell has both STATE_VISIBLE and STATE_SHOWING.
- get_position()¶
- Raises:
- Returns:
True
if successful,False
otherwise.- row:
the row of the given cell.
- column:
the column of the given cell.
- Return type:
Retrieves the tabular position of this cell.
- get_row_column_span()¶
- Raises:
- Returns:
- row:
the row index of the given cell.
- column:
the column index of the given cell.
- row_span:
the number of rows occupied by this cell.
- column_span:
the number of columns occupied by this cell.
- Return type:
Gets the row and column indexes and extents of this cell accessible. The returned values are meaningful only if the table cell has both STATE_VISIBLE and STATE_SHOWING.
- get_row_header_cells()¶
- Raises:
- Returns:
a
GLib.PtrArray
of AtspiAccessibles representing the row header cells.- Return type:
Returns the row headers as an array of cell accessibles.
- get_row_span()¶
- Raises:
- Returns:
a
int
representing the number of rows occupied by this cell, or 0 if the cell does not implement this method.- Return type:
Returns the number of rows occupied by this cell accessible. The returned values are meaningful only if the table cell has both STATE_VISIBLE and STATE_SHOWING.
- get_table()¶
- Raises:
- Returns:
the
Atspi.Accessible
for the containing table.- Return type:
Returns a reference to the accessible of the containing table.