Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Cell

Hierarchy

  • Cell

Index

Constructors

constructor

  • new Cell(_table: Table, _col: number, _row: number): Cell

Properties

Private _col

_col: number

Private _row

_row: number

Private _table

_table: Table

Accessors

alignment

backgroundColor

font

  • Get the font on this cell or null for the default font

    Returns Font

foregroundColor

text

  • get text(): string
  • set text(v: string): void

verticalAlignment

wordWrap

  • get wordWrap(): boolean

Methods

getImage

  • getImage(): Buffer

hasBackgroundColor

  • hasBackgroundColor(): boolean

hasImage

  • hasImage(): boolean

Generated using TypeDoc