PdfGridBeginCellLayoutArgs class
Represents arguments of StartCellLayout Event.
- Inheritance
-
- Object
- GridCellLayoutArgs
- PdfGridBeginCellLayoutArgs
Properties
- bounds → Rect
-
Gets the bounds of the cell.
no setterinherited
- cellIndex → int
-
Gets the index of the cell.
no setterinherited
- graphics → PdfGraphics
-
Gets the graphics, on which the cell should be drawn.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isHeaderRow → bool
-
Gets the type of Grid row.
no setterinherited
- rowIndex → int
-
Gets the index of the row.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skip ↔ bool
-
A value that indicates whether the cell is drawn or not in the PDF document.
getter/setter pair
- style ↔ PdfGridCellStyle?
-
PDF grid cell style
getter/setter pair
- value → String
-
Gets the value.
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