Cell

papyrus.logic.layerElement.captionElement.Cell
See theCell companion object
trait Cell[T]

A single cell in a row

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def colspan: Int

Number of columns this cell spans

Number of columns this cell spans

Attributes

def content: T

The content stored in the cell

The content stored in the cell

Attributes

def head: Boolean

Whether the cell is a header cell (<th>)

Whether the cell is a header cell (<th>)

Attributes

def render(renderFunction: T => MainText): MainText

Renders the cell using the provided content rendering function

Renders the cell using the provided content rendering function

Attributes

def rowspan: Int

Number of rows this cell spans

Number of rows this cell spans

Attributes