III. Functional objects
100
Developer handbook DATAformXTension © 1992-2004 www.gassenhuber.de
*T105 FIT IN WINDOW =>
¶*T105*$¶
Sets the page view of the current QuarkXPress document at the end of the import procedure to
Fit in window.
The functional object has the same effect as the QuarkXPress menu command Fit in window
in the view menu, command 0.
Calling in the DATAform 4D interface
DX_Write (0)
`initialisation
`box objects may follow here
DX_Array{5}:="105"
`*T105 = fit in window after import
$0:=DX_Write (1)
`box objects may also follow here
DX_Write (2)
`end of export