TableBoxBorder class

Constructors

TableBoxBorder.deserialize(XmlElement node)

Properties

bottom int?
The bottom side of this border.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalInside int?
The horizontal interior sides of this border.
getter/setter pair
left int?
The left side of this border.
getter/setter pair
The right side of this border.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top int?
The top side of this border.
getter/setter pair
verticalInside int?
The vertical interior sides of this border.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(PrinterCanvas canvas, PrinterOffset offset, PrinterSize size, int rowCount, int columnCount, List<TableCellData> cells) → void
serialize(XmlBuilder builder) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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