Macro Language Reference > Macros > Page > tptie
  
tptie
Description
Set page tying options by specifying the pages to be tied and the position to which to tie them.
Syntax
tptie tie position:s ( start page:n last page:n ( noacopy:o )? )?
tptie
[no parameter]
Invoke the Page Ties dialog box.
tie position
The position to which to tie the next page, in double quotes:
Do not tie the next page.
1
Tie to the right
2
Tie to the bottom right
3
Tie to the bottom
4
Tie to the bottom left
5
Tie to the left
6
Tie to the top left
7
Tie to the top
8
Tie to the top right
Automatic page pairing:
(1-(g:1))
Tie to the right if the page is even.
(g:1)
Tie to the right if the page is odd.
((1-(g:1))*3)
Tie to the bottom if the page is even.
((g:1)*3)
Tie to the bottom if the page is odd.
start page
The number of the first of a range of pages to be tied to the next page
last page
The number of the last of a range of pages to be tied to the next page
noacopy
Whether the page tie operation should be continued when pages are created through an autocopy process:
0
Include page tie in autocopy process (default)
1
Do not include page tie in autocopy process
Added in version 9.1.
Additional Information
If a page range is not specified, the function will default to tying the current page.
To specify a single page, enter the same page number as the value for both the start page and end page parameters.