8.0
Table Of Contents
- Overview
- New and enhanced features
- Getting started
- Functions
- Function overview
- Render types
- Content modifiers
- Render modifiers
- XML modify
- XML deconstruct and construct
- About XML deconstruct/construct
- xml
- construct
- Deconstructing a project
- Constructing a project
- Working with pages and spreads
- Working with layers
- Working with boxes
- Working with pictures
- Working with text
- Working with tables
- Working with Composition Zones
- Using server XSLT
- Working with lists
- Working with anchored boxes
- Working with placeholders
- Working with metadata
- Working with hidden text
- Administrative Request handlers
- The Modifier DTD
- Sample applications
- Contact Quark
- Legal notice
are set to false.
How can a hidden layer be printed?
A hidden layer will not be displayed in any render type unless that layer is
explicitly called with the layer parameter.
How can a layer with the suppressoutput property set to false be
printed?
A layer that has been marked in a QuarkXPress project with
Suppress Output can be printed when it is specifically called with the layer
parameter.
Which render type will print a layer that has been set to
suppressoutput?
If the layer has been set to
Suppress Output, it will be shown for the JPEG, PNG, and QXPDOC
render types, but will not be output for PDF, PostScript, or EPS.
Which request handlers give information about the layers present in a
project?
Use the deconstruct and getdocinfo
request handlers to view information about the layers present in a project.
How can I find and set default preferences for layers?
Use the menu option QuarkXPress Server > Preferences > Default
Print Layout > Layers
.
What happens when some parameters are not supplied with the
addlayer parameter?
By default, the layer will adopt the attributes set in Layer Preferences for
those that are not mentioned with the addlayer
command.
Is there a relationship between the visible and suppressoutput
properties?
Yes. If the visible property is set to false, then the suppressoutput
property is automatically set to true.
Do boxes lying on a layer get deleted when the deletelayer parameter
is used to delete that layer?
Yes. When any layer name is used with the deletelayer
parameter, the boxes lying on that layer are also deleted.
Page 106