2.3.57 BorderColor

The BorderColor property specifies the color of a border. If this property is specified, it MUST be part of the Style record. The value of the BorderColor property is overridden by the value of the BorderColorLeft, BorderColorRight, BorderColorTop, or BorderColorBottom property for individual edges. If the BorderColor property is not specified, the default value is used.          

 BorderColor = borderColorStart borderColorValue


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

borderColorStart

borderColorValue (variable)

...

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

Value

Parent

0x00

 SharedStyleProperties

 NonSharedStyleProperties

borderColorValue (variable): A String variable that specifies the border color. A color value can be a color name (user-defined system colors are not supported), a Red Green Blue (RGB) color String of the form #HHHHHH, or an Alpha Red Green Blue (ARGB) color String of the form #HHHHHHHH. The default value is "Black".