PdfGridCellStyle class
Provides customization of the appearance for the
- Inheritance
-
- Object
- PdfGridStyleBase
- PdfGridRowStyle
- PdfGridCellStyle
Constructors
- PdfGridCellStyle({PdfBorders? borders, PdfStringFormat? format, PdfImage? backgroundImage, PdfPaddings? cellPadding, PdfBrush? backgroundBrush, PdfBrush? textBrush, PdfPen? textPen, PdfFont? font})
- Initializes a new instance of the PdfGridCellStyle class.
Properties
- backgroundBrush ↔ PdfBrush?
-
Gets or sets the background brush.
getter/setter pairinherited
- backgroundImage ↔ PdfImage?
-
Gets or sets the background image in the PdfGridCell.
getter/setter pair
- borders ↔ PdfBorders
-
Gets or sets the border of the PdfGridCell.
getter/setter pair
- cellPadding ↔ PdfPaddings?
-
Gets the cell padding.
getter/setter pair
- font ↔ PdfFont?
-
Gets or sets the font.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringFormat ↔ PdfStringFormat?
-
Gets the string format of the PdfGridCell.
getter/setter pair
- textBrush ↔ PdfBrush?
-
Gets or sets the text brush.
getter/setter pairinherited
- textPen ↔ PdfPen?
-
Gets or sets the text pen.
getter/setter pairinherited
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