8.0

Table Of Contents
layer
Layers.qrc is a required component with QuarkXPress Server. The layers component enables you to
display the contents of a layer (including hidden layers) with various parameters. By using this
component, you can add, delete, and modify layers in a QuarkXPress project.
Parameters
layer
string
Specifies the name of a layer to be
printed or viewed. You can specify
multiple layers in one request.
addlayer
string
Adds a new layer. You can add only one
layer in one request.
deletelayer
string
Deletes an existing layer from a
QuarkXPress project. When you use
this parameter, items lying on the layer
are also deleted. You can delete only
one layer in one request.
alllayers
1 | 0 | true | false |
yes | no
Renders all the layers (including hidden
layers) present in a QuarkXPress
project. This parameter overrides both
the Visible and Suppressoutput
attributes.
If true, all layers are shown. If false,
document is rendered as such. Any value
other than true/false is treated as an
invalid parameter value.
layerattribute
string
Modifies the attributes of an existing
layer. You can modify only one layer in
one request.
name
string
Specifies a new name for an existing
layer. You must use this parameter in
conjunction with the layerattribute
parameter.
visible
1 | 0 | true | false |
yes | no
Sets or changes the visible property of a
layer. You can use this parameter in
conjunction with the addlayer and
layerattribute parameters. This
parameter overrides the visible settings
done in layer preferences.
suppressoutput
1 | 0 | true | false |
yes | no
Sets or changes the suppressoutput
property of a layer. You can use this
parameter in conjunction with the
addlayer and layerattribute
parameters. This parameter overrides
the suppressoutput settings done in
layer preferences.
locked
1 | 0 | true | false |
yes | no
Sets or changes the locked property of a
layer. You can use this parameter in
Page 103