b10 | b16 | field | type | size | bitfield | comment |
0 | 0 | cb | byte | | | count of bytes of following data in PAPX. The first byte of a PAPX is a count of bytes when a PAPX is stored in a STSH. Count of bytes is used because only paragraph sprms are stored in a STSH PAPX. |
0 | 0 | cw | byte | | | count of words for this byte and the following data in PAPX. The first byte of a PAPX is a count of words when PAPX is stored in an FKP. If this value is 0, it is a 'pad' byte and the count is stored in the following byte, Count of words is used because PAPX in an FKP can contain paragraph and table sprms. |
1 | 1 | (cw) | byte | | | if previous byte is 0, this is the count of words of following data in PAPX (not including this and previous 'pad' byte) |
1/2 | 1/2 | istd | uns short | | | index to style descriptor of the style from which the paragraph inherits its paragraph and character properties |
3/4 | 3/4 | grpprl | character array | | | a list of the sprms that encode the differences between PAP for a paragraph and the PAP for the style used. When a paragraph bound is also the end of a table row, the PAPX also contains a list of table sprms which express the difference of table row's TAP from an empty TAP that has been cleared to zeros. The table sprms are recorded in the list after all of the paragraph sprms. See Sprms definitions for list of sprms that are used in PAPXs. |