2.3.62 BorderStyle

The BorderStyle property specifies the style of a border. If this property is specified, it MUST be part of a Style record. The value of the BorderStyle property is overridden by the value of the BorderStyleLeft, BorderStyleRight, BorderStyleTop, or BorderStyleBottom property for individual edges. If the BorderStyle property is not specified, the default value is used.          

 BorderStyle = borderStyleStart borderStyleValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

borderStyleStart

borderStyleValue

borderStyleStart (1 byte): A byte that specifies the start of the BorderStyle property. The value of the borderStyleStart field MUST be the following value.

Value

Parent

0x05

 SharedStyleProperties

 NonSharedStyleProperties

borderStyleValue (1 byte): A byte that specifies the border style. The value of the borderStyleValue field is of type BorderStyles, and it MUST be contained in the BorderStyles enumeration.<40> The default value is 0x00.