2.5.141 SrvFmtFlags
The SrvFmtFlags structure specifies the properties of applied server-specified formatting.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A |
B |
C |
D |
E |
F |
G |
H |
I |
unused |
A - fSrvFmtNum (1 bit): A bit that specifies whether or not the number formatting is applied.
B - fSrvFmtNumCurrency (1 bit): A bit that specifies whether or not the currency formatting is applied.
C - fSrvFmtNumStr (1 bit): A bit that specifies whether or not the number formatting is stored in the metadata string store.
D - fSrvFmtBack (1 bit): A bit that specifies whether or not the background color is applied.
E - fSrvFmtFore (1 bit): A bit that specifies whether or not the foreground color is applied.
F - fSrvFmtItalic (1 bit): A bit that specifies whether or not the italic formatting is applied.
G - fSrvFmtUnderline (1 bit): A bit that specifies whether or not the underline formatting is applied.
H - fSrvFmtBold (1 bit): A bit that specifies whether or not the bold formatting is applied.
I - fSrvFmtStrikethrough (1 bit): A bit that specifies whether or not the strikethrough formatting is applied.
unused (7 bits): Undefined. This value MUST be ignored.