pycognaize.document.tag.cell.Cell
- class Cell(value, left_col, top_row, top, right, bottom, left, col_span, row_span)[source]
Bases:
object
Represents a single element in TableTag
Methods
Converts cell to dict
Attributes
Area of the rectangle
bottom
col_span
Height of the rectangle
left
left_col
right
row_span
top
top_row
value
Width of the rectangle
- property area: float
Area of the rectangle
- property height: int | float
Height of the rectangle
- property width: int | float
Width of the rectangle