Atspi.TableCell

g Atspi.TableCell Atspi.TableCell GObject.GInterface GObject.GInterface GObject.GInterface->Atspi.TableCell

Implementations:

Atspi.Accessible

Methods

get_column_header_cells ()

get_column_index ()

get_column_span ()

get_position ()

get_row_column_span ()

get_row_header_cells ()

get_row_span ()

get_table ()

Virtual Methods

None

Properties

None

Signals

None

Fields

None

Class Details

class Atspi.TableCell
Bases:

GObject.GInterface

get_column_header_cells()
Raises:

GLib.Error

Returns:

a GLib.PtrArray of AtspiAccessibles representing the column header cells.

Return type:

[Atspi.Accessible]

Returns the column headers as an array of cell accessibles.

get_column_index()
Raises:

GLib.Error

Return type:

int

get_column_span()
Raises:

GLib.Error

Returns:

a int representing the number of columns occupied by this cell, or 0 if the cell does not implement this method.

Return type:

int

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:

GLib.Error

Returns:

True if successful, False otherwise.

row:

the row of the given cell.

column:

the column of the given cell.

Return type:

(int, row: int, column: int)

Retrieves the tabular position of this cell.

get_row_column_span()
Raises:

GLib.Error

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:

(row: int, column: int, row_span: int, column_span: int)

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:

GLib.Error

Returns:

a GLib.PtrArray of AtspiAccessibles representing the row header cells.

Return type:

[Atspi.Accessible]

Returns the row headers as an array of cell accessibles.

get_row_span()
Raises:

GLib.Error

Returns:

a int representing the number of rows occupied by this cell, or 0 if the cell does not implement this method.

Return type:

int

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:

GLib.Error

Returns:

the Atspi.Accessible for the containing table.

Return type:

Atspi.Accessible

Returns a reference to the accessible of the containing table.