2.3.65 BorderStyleTop

The BorderStyleTop property specifies the style of the top border. If this property is specified, it MUST be part of a Style record. The value of the BorderStyleTop property overrides the BorderStyle property for the top border. If the BorderStyleTop property is not defined, the value of BorderStyle is used.          

 BorderStyleTop = borderStyleTopStart borderStyleTopValue


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

borderStyleTopStart

borderStyleTopValue

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

Value

Parent

0x08

SharedStyleProperties

NonSharedStyleProperties

borderStyleTopValue (1 byte): A byte that specifies the style of the top border. The value of the borderStyleTopValue field is of type BorderStyles, and it MUST be contained in the BorderStyles enumeration.<43>