2.9.23 TabStops
Referenced by: TextPFException, TextRuler
A structure that specifies tab stops.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
count |
rgTabStop (variable) |
||||||||||||||||||||||||||||||
... |
count (2 bytes): An unsigned integer that specifies the count of tab stops in rgTabStop.
rgTabStop (variable): An array of TabStop that specifies the tab stops. The length, in bytes, of the array is specified by the following formula:
-
count * 4