2.9.181 PChgTabsDelClose

The PChgTabsDelClose structure specifies the locations at which custom tab stops are ignored.


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

rgdxaDel (variable)

...

rgdxaClose (variable)

...

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

rgdxaDel (variable): An array of 16-bit integers. The number of records is specified by cTabs. The integers contained in the array MUST be in ascending order. Each integer SHOULD<230> be greater than or equal to -31680. Each integer MUST be less than or equal to 31680. Each integer specifies a location at which to ignore any custom tab stop within 25 twips.

rgdxaClose (variable): An array of XAS_plusOne. The number of records is specified by cTabs. Each entry in rgdxaClose specifies a distance, in twips in both directions, from the corresponding entry in rgdxaDel. All tab stops inside this range are deleted. Any entry in rgdxaClose that has a value of less than 0x0019 is treated as though the value was 0x0019.