BorderValues 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 Type
public enum BorderValues
public readonly struct BorderValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues>, IEquatable<DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues>
type BorderValues =
type BorderValues = struct
interface IEnumValue
interface IEnumValueFactory<BorderValues>
Public Enum BorderValues
Public Structure BorderValues
Implements IEnumValue, IEnumValueFactory(Of BorderValues), IEquatable(Of BorderValues)
- Inheritance
-
BorderValues
- Inheritance
-
BorderValues
Fields
Name | Value | Description |
---|---|---|
None | 0 | No Border. When the item is serialized out as xml, its value is "none". |
Single | 1 | Single Line Border. When the item is serialized out as xml, its value is "single". |
Thick | 2 | Thick Line Border. When the item is serialized out as xml, its value is "thick". |
Double | 3 | Double Line Border. When the item is serialized out as xml, its value is "double". |
Hairline | 4 | Hairline Border. When the item is serialized out as xml, its value is "hairline". |
Dot | 5 | Dotted Border. When the item is serialized out as xml, its value is "dot". |
Dash | 6 | pecifies a line border consisting of a dashed line around the parent object.. When the item is serialized out as xml, its value is "dash". |
DotDash | 7 | Dot Dash Border. When the item is serialized out as xml, its value is "dotDash". |
DashDotDot | 8 | Dash Dot Dot Border. When the item is serialized out as xml, its value is "dashDotDot". |
Triple | 9 | Triple Line Border. When the item is serialized out as xml, its value is "triple". |
ThinThickSmall | 10 | Thin Thick Small Gap Border. When the item is serialized out as xml, its value is "thinThickSmall". |
ThickThinSmall | 11 | Small thick-thin lines border. When the item is serialized out as xml, its value is "thickThinSmall". |
ThickBetweenThinSmall | 12 | Small thin-thick-thin Lines Border. When the item is serialized out as xml, its value is "thickBetweenThinSmall". |
ThinThick | 13 | Thin Thick Line Border. When the item is serialized out as xml, its value is "thinThick". |
ThickThin | 14 | Thick Thin Line Border. When the item is serialized out as xml, its value is "thickThin". |
ThickBetweenThin | 15 | Thin-thick-thin Border. When the item is serialized out as xml, its value is "thickBetweenThin". |
ThinThickLarge | 16 | Thin Thick Large Gap Border. When the item is serialized out as xml, its value is "thinThickLarge". |
ThickThinLarge | 17 | Thick Thin Large Gap Border. When the item is serialized out as xml, its value is "thickThinLarge". |
ThickBetweenThinLarge | 18 | Large thin-thick-thin Border. When the item is serialized out as xml, its value is "thickBetweenThinLarge". |
Wave | 19 | Wavy Border. When the item is serialized out as xml, its value is "wave". |
DoubleWave | 20 | Double Wavy Lines Border. When the item is serialized out as xml, its value is "doubleWave". |
DashedSmall | 21 | Small Dash Border. When the item is serialized out as xml, its value is "dashedSmall". |
DashDotStroked | 22 | Stroked Dash Dot Border. When the item is serialized out as xml, its value is "dashDotStroked". |
ThreeDEmboss | 23 | 3D Embossed Border. When the item is serialized out as xml, its value is "threeDEmboss". |
ThreeDEngrave | 24 | 3D Engraved Border. When the item is serialized out as xml, its value is "threeDEngrave". |
HTMLOutset | 25 | Outset Border. When the item is serialized out as xml, its value is "HTMLOutset". |
HTMLInset | 26 | Inset Border. When the item is serialized out as xml, its value is "HTMLInset". |
BorderValues(String) | Creates a new BorderValues enum instance |
|
Dash | pecifies a line border consisting of a dashed line around the parent object.. When the item is serialized out as xml, its value is "dash". |
|
DashDotDot | Dash Dot Dot Border. When the item is serialized out as xml, its value is "dashDotDot". |
|
DashDotStroked | Stroked Dash Dot Border. When the item is serialized out as xml, its value is "dashDotStroked". |
|
DashedSmall | Small Dash Border. When the item is serialized out as xml, its value is "dashedSmall". |
|
Dot | Dotted Border. When the item is serialized out as xml, its value is "dot". |
|
DotDash | Dot Dash Border. When the item is serialized out as xml, its value is "dotDash". |
|
Double | Double Line Border. When the item is serialized out as xml, its value is "double". |
|
DoubleWave | Double Wavy Lines Border. When the item is serialized out as xml, its value is "doubleWave". |
|
Equality(BorderValues, BorderValues) | ||
Equals(BorderValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Hairline | Hairline Border. When the item is serialized out as xml, its value is "hairline". |
|
HTMLInset | Inset Border. When the item is serialized out as xml, its value is "HTMLInset". |
|
HTMLOutset | Outset Border. When the item is serialized out as xml, its value is "HTMLOutset". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BorderValues>.Create(String) | ||
Inequality(BorderValues, BorderValues) | ||
None | No Border. When the item is serialized out as xml, its value is "none". |
|
Single | Single Line Border. When the item is serialized out as xml, its value is "single". |
|
Thick | Thick Line Border. When the item is serialized out as xml, its value is "thick". |
|
ThickBetweenThin | Thin-thick-thin Border. When the item is serialized out as xml, its value is "thickBetweenThin". |
|
ThickBetweenThinLarge | Large thin-thick-thin Border. When the item is serialized out as xml, its value is "thickBetweenThinLarge". |
|
ThickBetweenThinSmall | Small thin-thick-thin Lines Border. When the item is serialized out as xml, its value is "thickBetweenThinSmall". |
|
ThickThin | Thick Thin Line Border. When the item is serialized out as xml, its value is "thickThin". |
|
ThickThinLarge | Thick Thin Large Gap Border. When the item is serialized out as xml, its value is "thickThinLarge". |
|
ThickThinSmall | Small thick-thin lines border. When the item is serialized out as xml, its value is "thickThinSmall". |
|
ThinThick | Thin Thick Line Border. When the item is serialized out as xml, its value is "thinThick". |
|
ThinThickLarge | Thin Thick Large Gap Border. When the item is serialized out as xml, its value is "thinThickLarge". |
|
ThinThickSmall | Thin Thick Small Gap Border. When the item is serialized out as xml, its value is "thinThickSmall". |
|
ThreeDEmboss | 3D Embossed Border. When the item is serialized out as xml, its value is "threeDEmboss". |
|
ThreeDEngrave | 3D Engraved Border. When the item is serialized out as xml, its value is "threeDEngrave". |
|
ToString() | ||
Triple | Triple Line Border. When the item is serialized out as xml, its value is "triple". |
|
Wave | Wavy Border. When the item is serialized out as xml, its value is "wave". |