Contents Index Topic Contents | ||
Previous Topic: SORECT Next Topic: SOTABLECELLINFO |
SOTAB
Contains information about tab stops.
Syntax
typedef struct SOTABtag { WORD wType; WORD wChar; WORD wLeader; LONG dwOffset; } SOTAB, VWPTR * PSOTAB;Members
- wType
- Type of tab stop. This member can be the SO_TABLEFT, SO_TABRIGHT, SO_TABCENTER, or SO_TABCHAR value.
- wChar
- Alignment character if wType is SO_TABCHAR. Tabs are aligned on this character.
- wLeader
- Repeating leader character for the tab. If this member is zero, there is no leader.
- dwOffset
- Offset of the tab from the left page margin.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.