BorderValues Enumeration
Border Type
Namespace: DocumentFormat.OpenXml.Vml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration BorderValues
'Usage
Dim instance As BorderValues
public enum BorderValues
Members
Member name | Description | |
---|---|---|
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". | |
Double | Double Line Border. When the item is serialized out as xml, its value is "double". | |
Hairline | Hairline Border. When the item is serialized out as xml, its value is "hairline". | |
Dot | Dotted Border. When the item is serialized out as xml, its value is "dot". | |
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". | |
DotDash | Dot Dash Border. When the item is serialized out as xml, its value is "dotDash". | |
DashDotDot | Dash Dot Dot Border. When the item is serialized out as xml, its value is "dashDotDot". | |
Triple | Triple Line Border. When the item is serialized out as xml, its value is "triple". | |
ThinThickSmall | Thin Thick Small Gap Border. When the item is serialized out as xml, its value is "thinThickSmall". | |
ThickThinSmall | Small thick-thin lines border. When the item is serialized out as xml, its value is "thickThinSmall". | |
ThickBetweenThinSmall | Small thin-thick-thin Lines Border. When the item is serialized out as xml, its value is "thickBetweenThinSmall". | |
ThinThick | Thin Thick Line Border. When the item is serialized out as xml, its value is "thinThick". | |
ThickThin | Thick Thin Line Border. When the item is serialized out as xml, its value is "thickThin". | |
ThickBetweenThin | Thin-thick-thin Border. When the item is serialized out as xml, its value is "thickBetweenThin". | |
ThinThickLarge | Thin Thick Large Gap Border. When the item is serialized out as xml, its value is "thinThickLarge". | |
ThickThinLarge | Thick Thin Large Gap Border. When the item is serialized out as xml, its value is "thickThinLarge". | |
ThickBetweenThinLarge | Large thin-thick-thin Border. When the item is serialized out as xml, its value is "thickBetweenThinLarge". | |
Wave | Wavy Border. When the item is serialized out as xml, its value is "wave". | |
DoubleWave | Double Wavy Lines Border. When the item is serialized out as xml, its value is "doubleWave". | |
DashedSmall | Small Dash Border. When the item is serialized out as xml, its value is "dashedSmall". | |
DashDotStroked | Stroked Dash Dot Border. When the item is serialized out as xml, its value is "dashDotStroked". | |
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". | |
HTMLOutset | Outset Border. When the item is serialized out as xml, its value is "HTMLOutset". | |
HTMLInset | Inset Border. When the item is serialized out as xml, its value is "HTMLInset". |