2.9.247 Shd

The Shd structure specifies the colors and pattern that are used for background shading.

ShdAuto is a special value for Shd that specifies that no shading is applied and is defined as the following Shd.

Field

Value

cvFore

Table with values for CV Fore. Column 1 header is field. Column 2 header is value. Field Red has value of 0x00. Field green has value of 0x00. Field Blue has value of 0x00. Field F Auto has value of 0XFF.

cvBack

Table with values for CV Back. Column 1 header is field. Column 2 header is value. Field Red has value of 0x00. Field green has value of 0x00. Field Blue has value of 0x00. Field F Auto has value of 0XFF.

ipat

ipatAuto

ShdNil is a special value for Shd. If ShdNil is used in a Table Style definition, ShdNil is ignored and the shading of the cell is not affected. If ShdNil is applied outside of a Table Style, ShdNil specifies that no shading is applied. ShdNil is defined as the following Shd.

Field

Value

cvFore

Table with values for CV Fore. Column 1 header is field. Column 2 header is value. Field Red has value of 0xFF. Field green has value of 0xFF. Field Blue has value of 0xFF. Field F Auto has value of 0XFF.

cvBack

Table with values for CV Back. Column 1 header is field. Column 2 header is value. Field Red has value of 0xFF. Field green has value of 0xFF. Field Blue has value of 0xFF. Field F Auto has value of 0XFF.

ipat

ipatAuto


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

cvFore

cvBack

ipat

cvFore (4 bytes):  A COLORREF that specifies the foreground color of ipat.

cvBack (4 bytes):  A COLORREF that specifies the background color of ipat.

ipat (2 bytes):  An Ipat that specifies the pattern used for shading.