CellFormat class

The format of a cell.

Constructors

CellFormat({Color? backgroundColor, ColorStyle? backgroundColorStyle, Borders? borders, String? horizontalAlignment, String? hyperlinkDisplayType, NumberFormat? numberFormat, Padding? padding, String? textDirection, TextFormat? textFormat, TextRotation? textRotation, String? verticalAlignment, String? wrapStrategy})
CellFormat.fromJson(Map json_)

Properties

backgroundColor Color?
The background color of the cell.
getter/setter pair
backgroundColorStyle ColorStyle?
The background color of the cell.
getter/setter pair
borders Borders?
The borders of the cell.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalAlignment String?
The horizontal alignment of the value in the cell. Possible string values are:
getter/setter pair
hyperlinkDisplayType String?
If one exists, how a hyperlink should be displayed in the cell. Possible string values are:
getter/setter pair
numberFormat NumberFormat?
A format describing how number values should be represented to the user.
getter/setter pair
padding Padding?
The padding of the cell.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textDirection String?
The direction of the text in the cell. Possible string values are:
getter/setter pair
textFormat TextFormat?
The format of the text in the cell (unless overridden by a format run).
getter/setter pair
textRotation TextRotation?
The rotation applied to text in the cell.
getter/setter pair
verticalAlignment String?
The vertical alignment of the value in the cell. Possible string values are:
getter/setter pair
wrapStrategy String?
The wrap strategy for the value in the cell. Possible string values are:
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