BorderStyleValues Enum

Definition

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

BorderStyleValues(String)

Creates a new BorderStyleValues enum instance

DashDot 9

Dash Dot.

When the item is serialized out as xml, its value is "dashDot".

DashDot

Dash Dot.

When the item is serialized out as xml, its value is "dashDot".

DashDotDot 11

Dash Dot Dot.

When the item is serialized out as xml, its value is "dashDotDot".

DashDotDot

Dash Dot Dot.

When the item is serialized out as xml, its value is "dashDotDot".

Dashed 3

Dashed.

When the item is serialized out as xml, its value is "dashed".

Dashed

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".

Dotted

Dotted.

When the item is serialized out as xml, its value is "dotted".

Double 6

Double Line.

When the item is serialized out as xml, its value is "double".

Double

Double Line.

When the item is serialized out as xml, its value is "double".

Equals(Object)
Equals(BorderStyleValues)
GetHashCode()
Hair 7

Hairline Border.

When the item is serialized out as xml, its value is "hair".

Hair

Hairline Border.

When the item is serialized out as xml, its value is "hair".

Medium 2

Medium Border.

When the item is serialized out as xml, its value is "medium".

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".

MediumDashDot 10

Medium Dash Dot.

When the item is serialized out as xml, its value is "mediumDashDot".

MediumDashDotDot 12

Medium Dash Dot Dot.

When the item is serialized out as xml, its value is "mediumDashDotDot".

MediumDashDotDot

Medium Dash Dot Dot.

When the item is serialized out as xml, its value is "mediumDashDotDot".

MediumDashed 8

Medium Dashed.

When the item is serialized out as xml, its value is "mediumDashed".

MediumDashed

Medium Dashed.

When the item is serialized out as xml, its value is "mediumDashed".

None 0

None.

When the item is serialized out as xml, its value is "none".

None

None.

When the item is serialized out as xml, its value is "none".

Equality(BorderStyleValues, BorderStyleValues)
Inequality(BorderStyleValues, BorderStyleValues)
SlantDashDot 13

Slant Dash Dot.

When the item is serialized out as xml, its value is "slantDashDot".

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".

Thick 5

Thick Line Border.

When the item is serialized out as xml, its value is "thick".

Thin 1

Thin Border.

When the item is serialized out as xml, its value is "thin".

Thin

Thin Border.

When the item is serialized out as xml, its value is "thin".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<BorderStyleValues>.Create(String)

Applies to