Template Keywords
Position - adjust
The /adjust/ keyword moves and changes the size of the default position by a specified amount.
/adjust/,<left increment>,<top increment>,<right increment>,<bottom increment>
The <left increment>, <top increment>, <right increment>, and <bottom increment> are numbers added to the matching values of the default position.
If <left increment> and <right increment> are equal positive numbers, the default position is moved to the right. If the numbers are negative, the default position is moved to the left.
If <left increment> and <right increment> are different numbers, the default position can be moved and size changed in one action.
The default position is similarly adjusted by the values of the <right increment> and <bottom increment>.
Examples
This example moves the default position 40 mm to the left, and 10 mm down.
/adjust/,-400,100,-400,100
This example moves the right and bottom edges of the default position 5 mm to the right and 10 mm upwards. In effect, this keeps the top left corner in the same location while increasing the width and reducing the height of the default position.
/adjust/,0,0,50,-100