PdfGridBuiltInStyleSettings class
Represents the grid built-in style settings.
Constructors
- PdfGridBuiltInStyleSettings({bool applyStyleForBandedColumns = false, bool applyStyleForBandedRows = true, bool applyStyleForFirstColumn = false, bool applyStyleForHeaderRow = true, bool applyStyleForLastColumn = false, bool applyStyleForLastRow = false})
- Represents the grid built-in style settings.
Properties
- applyStyleForBandedColumns ↔ bool
-
Gets or sets a value indicating whether to apply style bands to the columns in a table.
getter/setter pair
- applyStyleForBandedRows ↔ bool
-
Gets or sets a value indicating whether to apply style bands to the rows in a table.
getter/setter pair
- applyStyleForFirstColumn ↔ bool
-
Gets or sets a value indicating whether to apply first-column formatting to the first column of the specified table.
getter/setter pair
- applyStyleForHeaderRow ↔ bool
-
Gets or sets a value indicating whether to apply heading-row formatting to the first row of the table.
getter/setter pair
- applyStyleForLastColumn ↔ bool
-
Gets or sets a value indicating whether to apply first-column formatting to the first column of the specified table.
getter/setter pair
- applyStyleForLastRow ↔ bool
-
Gets or sets a value indicating whether to apply last-row formatting to the last row of the specified table.
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
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