Skip to main content

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=gSpecifies grout, the spacing between tiled objects. Units are points unless /I, /M, or /R are specified.
/IobjectSpec coordinates are in inches.
/MobjectSpec coordinates are in centimeters.
/RobjectSpec coordinates are in percent of printing part of the page.
/SStacks objects.
/TTiles objects.

See Also

Layout and the AppendLayoutObject operation for use with user-defined functions.