BorderStyleValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Border Line Styles
public enum BorderStyleValues
public readonly struct BorderStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues>
type BorderStyleValues =
type BorderStyleValues = struct
interface IEnumValue
interface IEnumValueFactory<BorderStyleValues>
Public Enum BorderStyleValues
Public Structure BorderStyleValues
Implements IEnumValue, IEnumValueFactory(Of BorderStyleValues), IEquatable(Of BorderStyleValues)
- Inheritance
-
BorderStyleValues
- Inheritance
-
BorderStyleValues
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. When the item is serialized out as xml, its value is "none". |
Thin | 1 | Thin Border. When the item is serialized out as xml, its value is "thin". |
Medium | 2 | Medium Border. When the item is serialized out as xml, its value is "medium". |
Dashed | 3 | Dashed. When the item is serialized out as xml, its value is "dashed". |
Dotted | 4 | Dotted. When the item is serialized out as xml, its value is "dotted". |
Thick | 5 | Thick Line Border. When the item is serialized out as xml, its value is "thick". |
Double | 6 | Double Line. When the item is serialized out as xml, its value is "double". |
Hair | 7 | Hairline Border. When the item is serialized out as xml, its value is "hair". |
MediumDashed | 8 | Medium Dashed. When the item is serialized out as xml, its value is "mediumDashed". |
DashDot | 9 | Dash Dot. When the item is serialized out as xml, its value is "dashDot". |
MediumDashDot | 10 | Medium Dash Dot. When the item is serialized out as xml, its value is "mediumDashDot". |
DashDotDot | 11 | Dash Dot Dot. When the item is serialized out as xml, its value is "dashDotDot". |
MediumDashDotDot | 12 | Medium Dash Dot Dot. When the item is serialized out as xml, its value is "mediumDashDotDot". |
SlantDashDot | 13 | Slant Dash Dot. When the item is serialized out as xml, its value is "slantDashDot". |
BorderStyleValues(String) | Creates a new BorderStyleValues enum instance |
|
DashDot | Dash Dot. When the item is serialized out as xml, its value is "dashDot". |
|
DashDotDot | Dash Dot Dot. When the item is serialized out as xml, its value is "dashDotDot". |
|
Dashed | Dashed. When the item is serialized out as xml, its value is "dashed". |
|
Dotted | Dotted. When the item is serialized out as xml, its value is "dotted". |
|
Double | Double Line. When the item is serialized out as xml, its value is "double". |
|
Equality(BorderStyleValues, BorderStyleValues) | ||
Equals(BorderStyleValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Hair | Hairline Border. When the item is serialized out as xml, its value is "hair". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BorderStyleValues>.Create(String) | ||
Inequality(BorderStyleValues, BorderStyleValues) | ||
Medium | Medium Border. When the item is serialized out as xml, its value is "medium". |
|
MediumDashDot | Medium Dash Dot. When the item is serialized out as xml, its value is "mediumDashDot". |
|
MediumDashDotDot | Medium Dash Dot Dot. When the item is serialized out as xml, its value is "mediumDashDotDot". |
|
MediumDashed | Medium Dashed. When the item is serialized out as xml, its value is "mediumDashed". |
|
None | None. When the item is serialized out as xml, its value is "none". |
|
SlantDashDot | Slant Dash Dot. When the item is serialized out as xml, its value is "slantDashDot". |
|
Thick | Thick Line Border. When the item is serialized out as xml, its value is "thick". |
|
Thin | Thin Border. When the item is serialized out as xml, its value is "thin". |
|
ToString() |