PdfGridStyle class

Provides customization of the appearance for the PdfGrid.

Inheritance

Constructors

PdfGridStyle({double? cellSpacing, PdfPaddings? cellPadding, PdfBorderOverlapStyle? borderOverlapStyle, PdfBrush? backgroundBrush, PdfBrush? textBrush, PdfPen? textPen, PdfFont? font})
Initializes a new instance of the PdfGridStyle class.

Properties

allowHorizontalOverflow bool
Gets or sets a value indicating whether to allow horizontal overflow.
getter/setter pair
backgroundBrush PdfBrush?
Gets or sets the background brush.
getter/setter pairinherited
borderOverlapStyle PdfBorderOverlapStyle
Gets or sets the border overlap style of the PdfGrid.
getter/setter pair
cellPadding PdfPaddings
Gets the cell padding.
getter/setter pair
cellSpacing double
Gets or sets the cell spacing of the PdfGrid.
getter/setter pair
font PdfFont?
Gets or sets the font.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
horizontalOverflowType PdfHorizontalOverflowType
Gets or sets the type of the horizontal overflow of the PdfGrid.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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