2.5.92 DXFBdr

The DXFBdr structure specifies the style of cell borders in a containing DXFN structure.


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

dgLeft

dgRight

dgTop

A

icvLeft

icvRight

B

C

icvTop

icvBottom

icvDiag

dgDiag

unused

dgLeft (4 bits): A BorderStyle that specifies the grid line style for the left border of the cell.

dgRight (4 bits):  A BorderStyle that specifies the grid line style for the right border of the cell.

dgTop (4 bits):  A BorderStyle that specifies the grid line style for the top border of the cell.

A - dgBottom (4 bits):  A BorderStyle that specifies the grid line style for the bottom border of the cell.

icvLeft (7 bits):  An IcvXF that specifies the color of the left border of the cell or unused. This value is unused and MUST be ignored if dgLeft is 0 or if the glLeftNinch field in the containing DXFN structure is 1. 

icvRight (7 bits):  An IcvXF that specifies the color of the right border of the cell or unused. This value is unused and MUST be ignored if dgRight is 0 or if the glRightNinch field in the containing DXFN structure is 1. 

B - bitDiagDown (1 bit): A bit that specifies if the cell has a downward diagonal drawn.

C - bitDiagUp (1 bit):  A bit that specifies if the cell has an upward diagonal drawn.

icvTop (7 bits):  An IcvXF that specifies the color of the top border of the cell or unused. This value is unused and MUST be ignored if dgTop is 0 or if the glTopNinch field in the containing DXFN structure is 1. 

icvBottom (7 bits):  An IcvXF that specifies the color of the bottom border of the cell or unused. This value is unused and MUST be ignored if dgBottom is 0 or if the glBottomNinch field in the containing DXFN structure is 1. 

icvDiag (7 bits):  An IcvXF that specifies the color of the diagonals of the cell or unused. This value is unused and MUST be ignored if dgDiag is 0 or if the glDiagDownNinch and the glDiagUpNinch fields in the containing DXFN are both 1. 

dgDiag (4 bits):  A BorderStyle that specifies the grid line style for the diagonals of the cell..

unused (7 bits): Undefined and MUST be ignored.