TableCellNode class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

TableCellNode.new({String? type, TextSublayerNode? text, num? rowIndex, num? columnIndex, String? toString$, TableNode? parent, num? height, num? width, Object? fills, Object? fillStyleId, Future<void> setFillStyleIdAsync(String)?})
factory

Properties

columnIndex num

Available on TableCellNode, provided by the TableCellNode$Typings extension

no setter
fills Object

Available on MinimalFillsMixin, provided by the MinimalFillsMixin$Typings extension

getter/setter pair
fillStyleId Object

Available on MinimalFillsMixin, provided by the MinimalFillsMixin$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height num

Available on TableCellNode, provided by the TableCellNode$Typings extension

no setter
parent TableNode

Available on TableCellNode, provided by the TableCellNode$Typings extension

no setter
rowIndex num

Available on TableCellNode, provided by the TableCellNode$Typings extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setFillStyleIdAsync Future<void> Function(String)

Available on MinimalFillsMixin, provided by the MinimalFillsMixin$Typings extension

getter/setter pair
text TextSublayerNode

Available on TableCellNode, provided by the TableCellNode$Typings extension

no setter
toString$ String

Available on TableCellNode, provided by the TableCellNode$Typings extension

Returns a string representation of an object.
no setter
type String

Available on TableCellNode, provided by the TableCellNode$Typings extension

no setter
width num

Available on TableCellNode, provided by the TableCellNode$Typings extension

no setter

Methods

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

Operators

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

Static Properties

type String
no setter