euporie.core.ft.html.Cell

class euporie.core.ft.html.Cell(text: AnyFormattedText = '', row: Row | None = None, col: Col | None = None, colspan: int = 1, rowspan: int = 1, width: int | None = None, align: FormattedTextAlign | None = None, style: str = '', padding: DiInt | int = 0, border_line: DiLineStyle | LineStyle = LineStyle(Thin), border_style: DiStr | str = '', border_visibility: DiBool | bool | None = True)

A table cell.