xbrl.LayoutCell

The LayoutCell class represents a cell in the generated table.

class xbrl.LayoutCell

Attributes

xbrl.LayoutCell.col

Returns the table cell’s X coordinate.

xbrl.LayoutCell.col_span

Returns the table cell’s span in the horizontal direction.

xbrl.LayoutCell.is_data

Returns True if this table cell represents a data cell.

xbrl.LayoutCell.is_header

Returns True if this table cell represents a header cell.

xbrl.LayoutCell.is_span_start

Returns True if this table cell is the top left cell within a spanned region. Also returns True if the table cell doesn’t have a span.

xbrl.LayoutCell.row

Returns the table cell’s Y coordinate.

xbrl.LayoutCell.row_span

Returns the table cell’s span in the vertical direction.

Special methods

__eq__, __ge__, __gt__, __le__, __lt__, __ne__