BorderStyleType
Overview
BorderStyleType is a enum in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Default, Clone, and 5 more.
Specifies border style type.
This enum provides 1 method for working with BorderStyleType 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 | |
Medium | |
Thick | |
Dotted | |
Dashed | |
Double | |
Hair | |
MediumDashed | |
DashDot | |
MediumDashDot | |
DashDotDot | |
MediumDashDotDot | |
SlantedDashDot |
Methods
| Signature | Description |
|---|---|
from(value: BorderLineStyle) → Self | Calls from(value) on this BorderStyleType instance. |