Prev Next
SOTAB
Contains information about tab stops.
typedef struct SOTABtag {
WORD wType; // see below
WORD wChar; // see below
WORD wLeader; // see below
LONG dwOffset; // see below
} 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.