LineStyle enum
Specifies the line style for the cell border.
Values
- thin → const LineStyle
-
Specifies the thin line style for the cell border.
- thick → const LineStyle
-
Specifies the thick line style for the cell border.
- medium → const LineStyle
-
Specifies the medium line style for the cell border.
- none → const LineStyle
-
Specifies the none line style for the cell border.
- double → const LineStyle
-
Specifies the double line style for the cell border.
- dotted → const LineStyle
-
Specifies the dotted line style for the cell border.
- dashed → const LineStyle
-
Specifies the dashed line style for the cell border.
- hair → const LineStyle
-
Specifies the hair line style for the cell border
- mediumDashed → const LineStyle
-
Specifies the mediumDashed line style for the cell border.
- dashDot → const LineStyle
-
Specifies the dashDot line style for the cell border.
- mediumDashDot → const LineStyle
-
Specifies the mediumDashDot line style for the cell border.
- dashDotDot → const LineStyle
-
Specifies the dashDotDot line style for the cell border.
- mediumDashDotDot → const LineStyle
-
Specifies the mediumDashDotDot line style for the cell border.
- slantDashDot → const LineStyle
-
Specifies the slantedDashDot line style for the cell border.
Properties
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