Table

papyrus.logic.layerElement.captionElement.Table
See theTable companion object
trait Table[T] extends CaptionElement

A table with rows and a caption, rendered using a function

Attributes

Companion
object
Graph
Supertypes
trait LayerElement
trait Renderer
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

Function that renders a cell's content as MainText

Function that renders a cell's content as MainText

Attributes

def rows: List[Row[T]]

The list of table rows

The list of table rows

Attributes

The style applied to the table

The style applied to the table

Attributes

Inherited and Abstract methods

def caption: Option[String]

The optional caption text for the element

The optional caption text for the element

Attributes

Inherited from:
CaptionElement

Attributes

Inherited from:
Renderer

Attributes

Inherited from:
RendererStyle