BorderLineStyle

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

ValueDescription
None
Thin
Dotted
Dashed
Hair
Medium
MediumDashed
MediumDashDot
DashDot
DashDotDot
MediumDashDotDot
Double
SlantedDashDot
Thick

Methods

SignatureDescription
from(value: BorderStyleType)SelfCalls from(value) on this BorderLineStyle instance.

See Also