BorderLineStyle
Overview
BorderLineStyle is a enum in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Clone, Copy, and 5 more.
Represents border.
This enum provides 1 method for working with BorderLineStyle objects in Rust programs.
Available methods include: from.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Values
| Value | Description |
|---|---|
None | |
Thin | |
Dotted | |
Dashed | |
Hair | |
Medium | |
MediumDashed | |
MediumDashDot | |
DashDot | |
DashDotDot | |
MediumDashDotDot | |
Double | |
SlantedDashDot | |
Thick |
Methods
| Signature | Description |
|---|---|
from(value: BorderStyleType) → Self | Calls from(value) on this BorderLineStyle instance. |