2.9.23 TabStops

Referenced by: TextPFException, TextRuler

A structure that specifies tab stops.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

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