2.9.179 PChgTabsAdd

The PChgTabsAdd structure specifies the locations and properties of custom 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

cTabs

rgdxaAdd (variable)

...

rgtbdAdd (variable)

...

cTabs (1 byte): An unsigned integer that specifies the number of records in rgdxaAdd and rgtbdAdd. This value MUST be less than or equal to 64.

rgdxaAdd (variable): An array of XAS integer values. The number of records is specified by cTabs. The values in this array MUST be in ascending order. Each XAS value specifies a location at which to add a custom tab stop.

rgtbdAdd (variable): An array of TBD structures. The number of records is specified by cTabs. Each TBD specifies the alignment and leader attributes of the custom tab stop at the location that is specified at the corresponding index in rgdxaAdd.