xbrl.LayoutDataCell

The LayoutDataCell class represents a data cell in the generated table.

Base class: xbrl.LayoutCell

class xbrl.LayoutDataCell

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.LayoutDataCell.facts

Returns an xbrl.FactSet representing the facts that match the constraints of the cell. For under-specified tables, the returned fact set can contain multiple facts.

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__