Table class

A PageElement kind representing a table.

Constructors

Table({int? columns, List<TableBorderRow>? horizontalBorderRows, int? rows, List<TableColumnProperties>? tableColumns, List<TableRow>? tableRows, List<TableBorderRow>? verticalBorderRows})
Table.fromJson(Map json_)

Properties

columns int?
Number of columns in the table.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalBorderRows List<TableBorderRow>?
Properties of horizontal cell borders.
getter/setter pair
rows int?
Number of rows in the table.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableColumns List<TableColumnProperties>?
Properties of each column.
getter/setter pair
tableRows List<TableRow>?
Properties and contents of each row.
getter/setter pair
verticalBorderRows List<TableBorderRow>?
Properties of vertical cell borders.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited