Offset | Name | Size | Contents |
4 | grbit | 2 | Option flags; see following table |
6 | rot | 2 | Orientation of text within the object boundary: = 0, no rotation (text appears left to right) = 1, text appears top to bottom; letters are upright = 2, text is rotated 90 degrees counterclockwise = 3, text is rotated 90 degrees clockwise |
8 | Reserved | 6 | Reserved; must be 0 (zero) |
14 | cchText | 2 | Length of text (in first CONTINUE record) |
16 | cbRuns | 2 | Length of formatting runs (in second CONTINUE record) |
14 | Reserved | 4 | Reserved; must be 0 (zero) |
Bits | Mask | Name | Contents |
0 | 0001h | Reserved | |
3 – 1 | 000Eh | alcH | Horizontal text alignment: 1 = left-aligned 2 = centered 3 = right-aligned 4 = justified |
6 – 4 | 0070h | alcV | Vertical text alignment: 1 = top 2 = center 3 = bottom 4 = justify |
8 – 7 | 0180h | Reserved | |
9 | 0200h | fLockText | = 1 if the Lock Text option is on (Format Text Box dialog box, Protection tab) |
15 – 10 | FC00h | Reserved |
Offset | Name | Size | Contents |
0 | ichFirst | 2 | Index to the first character to which the formatting applies |
2 | ifnt | 2 | Index to the FONT record |
4 | (Reserved) | 4 |