2.5.10 Cell

The Cell structure specifies some information for a cell, such as its column (1) number, style, and phonetic information. Many cell record types share this structure.

The following packet diagram specifies this 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

column

iStyleRef

A

reserved

column (4 bytes): An UncheckedCol (section 2.5.153) structure that specifies the column (1) that contains this cell.

iStyleRef (24 bits): An unsigned integer that specifies a zero-based index of a BrtXF (section 2.4.862) record in the collection of all records directly following the BrtBeginCellXFs (section 2.4.22) record in the Styles (section 2.1.7.50) part ABNF. The referenced BrtXF record specifies the cell formatting for this cell. This value MUST be less than the total number of BrtXF records between BrtBeginCellXFs and BrtEndCellXFs (section 2.4.376).

A - fPhShow (1 bit): A bit that specifies whether the application shows phonetic information for this cell. The value of this field MUST be a value from the following table.

Value

Meaning

0

The cell does not show phonetic information.

1

The cell shows phonetic information.

This value MUST be 0 if the cell exists in the Revision Log (section 2.1.7.44) part ABNF.

reserved (7 bits):  This value MUST be 0 and MUST be ignored.