PdfBorders class

The class used represents the cell border of the PDF grid

Constructors

PdfBorders({PdfPen? left, PdfPen? right, PdfPen? top, PdfPen? bottom})
Initialize a new instance of the PdfBorders class.

Properties

all PdfPen
Sets all.
no getter
bottom PdfPen
Gets or sets the pen for the bottom line of border.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
left PdfPen
Gets or sets the pen for the left line of border.
getter/setter pair
Gets or sets the pen for the right line of border.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top PdfPen
Gets or sets the pen for the top line of border.
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

Static Properties

defaultBorder PdfBorders
Gets the default border.
no setter