AppendToLayout
AppendToLayout [/G=g /I/M/R/T/S] objectSpec [, objectSpec ]...
The AppendToLayout operation appends the specified objects to the top layout.
The AppendToLayout operation cannot be used in user-defined functions. Use the AppendLayoutObject operation instead.
Parameters
The optional objectSpec parameters identify a graph, table, textbox or PICT to be added to the layout. An object specification can also specify the location and size of the object, whether the object should have a frame or not, whether it should be transparent or opaque, and whether it should be displayed in high fidelity or not. See Layout for details.
Flags
| /G=g | Specifies grout, the spacing between tiled objects. Units are points unless /I, /M, or /R are specified. | |
| /I | objectSpec coordinates are in inches. | |
| /M | objectSpec coordinates are in centimeters. | |
| /R | objectSpec coordinates are in percent of printing part of the page. | |
| /S | Stacks objects. | |
| /T | Tiles objects. | |
See Also
Layout and the AppendLayoutObject operation for use with user-defined functions.