Macro Language Reference > Macros > Document > tdplevel
  
tdplevel
Description
Defines which components of a document should be displayed when printing the document.
To display multiple components, add the values of flags of the required components. For example, tdplevel 33555457 displays text streams, stream markers, and line numbering.
 
Example 48. String printer draw level options together
Several parameters can be defined simultaneously by stringing them together, e.g.
tdplevel +8+16+32
is the same as:
tdplevel 56
and both would have the effect of switching on page, column and frame guides. However, the second example would display only these guides whereas the first would add these guides to any already being shown.
Syntax
tdplevel prefix options:L? flags:n?
tdplevel
[no parameter]
Invoke the Printer Draw Level dialog box.
prefix options
Preceding flags with a +,- or ^ symbol will affect the current options by adding or removing the specified options.
+
Turns on the selected flag option
-
Turns off the selected flag option
^
Toggles the selected flag option on or off, depending on its current status.
flags
1
Text streams
2
Object graphics
4
Raster graphics
8
Page guides
16
Frame guides
32
Column guides
64
Grid see also tdgrid.
128
Vertical ruler see also tdruler
256
Horizontal ruler see also tdruler.
512
Page markers (selected frame)
1024
Stream markers
2048
Cutting guides
4096
Frame rules off (option works in reverse)
8192
Registration marks
16384
Selected frame only
65536
Status background
33554432
Line numbering