PdfGridStyleBase class abstract
Base class for the grid style
- Implementers
Constructors
Properties
- backgroundBrush ↔ PdfBrush?
-
Gets or sets the background brush.
getter/setter pair
- font ↔ PdfFont?
-
Gets or sets the font.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textBrush ↔ PdfBrush?
-
Gets or sets the text brush.
getter/setter pair
- textPen ↔ PdfPen?
-
Gets or sets the text pen.
getter/setter pair
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