2.9.182 PChgTabsOperand

The PChgTabsOperand structure is used by sprmPChgTabs to specify a list of custom tab stops to add and another list of custom tab stops to ignore.


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

cb

PChgTabsDelClose (variable)

...

PChgTabsAdd (variable)

...

cb (1 byte): An unsigned integer that specifies the size of the operand. This value MUST be greater than or equal to 2 and less than or equal to 255. A value that is less than 255 specifies the size of the operand in bytes, not including cb. A value of 255 specifies that this instance of sprmPChgTabs MAY<231> be ignored and that the size of the remainder of this operand, in bytes, is calculated by using the following formula:

Formula for CB. CB = 4 times PCHG Tabs Del Close dot C Tabs + 3 times PCHG Tabs Add dot c Tabs

PChgTabsDelClose (variable): A PchgTabsDelClose that specifies the locations of custom tab stops to ignore.

PChgTabsAdd (variable): A PChgTabsAdd that specifies the locations and properties of custom tab stops to add.