2.9.208 PositionCodeOperand

The PositionCodeOperand structure is an operand that specifies the location of an anchor point for an absolutely positioned table or frame.


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

padding

A

B

padding (4 bits):  This value MUST be 0 and MUST be ignored.

A - pcVert (2 bits):  An unsigned integer that MUST be one of the following values.

Value

Meaning

0

The vertical position of the table or frame is relative to the top page margin.

1

The vertical position of the table or frame is relative to the top edge of the page.

2

The vertical position of the table or frame is relative to the paragraph bottom of the paragraph that precedes it.

3

None. The table or frame is not absolutely positioned.

B - pcHorz (2 bits):  An unsigned integer that MUST be one of the following values.

Value

Meaning

0

The horizontal position of the table or frame is relative to the left edge of the current column.

1

The horizontal position of the table or frame is relative to the left page margin.

2

The horizontal position of the table or frame is relative to the left edge of the page.

3

None. The table or frame is not absolutely positioned.

Note that all horizontal position measurements are made from the physical left.