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
modification.
host
String
QuarkXPress
Server which should
be used for this
document
modification. If null,
server is taken from
load balancer. The
server name
provided should be
a registered server,
currently active, or
an error is thrown.
port
int
QuarkXPress
Server port for the
server specified in
the previous
parameter. This is
meaningful only if
server has been
provided in the
previous parameter.
sessionId
String
Session in which
document should be
opened.
processRequestEx
Executes the request context. If session id is specified,
document is kept open after request is executed. If no session
is specified, request is executed normally without keeping the
document open.
If the document is open in another session, error is returned.
If the document is marked dirty, error is returned. A
document is marked dirty when the server that opened the
document has become inactive. In such a case, the document
must be closed and opened again.
Parameter
Type
Description
reqContextObj
QRequestContext
Request to be
executed.
sessionId
String
Session in which the
request should be
executed. It can be
null. If session id is
provided, the
document is kept
open. If no session
id is provided, the
request is executed
normally, as if
processRequest
was called.
Page 16