PageTableCell class

Page Table Cell.

ID: 34566b6a.

Inheritance

Constructors

PageTableCell({required bool header, required bool alignCenter, required bool alignRight, required bool valignMiddle, required bool valignBottom, RichTextBase? text, int? colspan, int? rowspan})
Page Table Cell constructor.
const
PageTableCell.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

alignCenter bool
align_center: bit 3 of flags.3?true
final
alignRight bool
align_right: bit 4 of flags.4?true
final
colspan int?
Colspan.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
header: bit 0 of flags.0?true
final
rowspan int?
Rowspan.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text RichTextBase?
Text.
final
valignBottom bool
valign_bottom: bit 6 of flags.6?true
final
valignMiddle bool
valign_middle: bit 5 of flags.5?true
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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