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
with changes made
so far is saved in the
new location and
the opened
document is still
unsaved but has all
the changes made
so far.
sessionId
String
Session in which the
document exists.
getXPressDOMEx
Lets you create a DOM of a particular layout or portion of a
layout.
getXMLFromXPre
ssDOM
Creates an XML string out of the DOM.
getXPressDOMFro
mXML
Takes a raw XML representation of a project as a string and
returns an object model representing that project, with Project
as the root class.
Example, Object
Model
QRequestContext rc = new QRequestContext();
rc.documentName = "test.qxp";
rc.responseAsURL = false;
JPEGRenderRequest jpegRequest = new JPEGRenderRequest();
rc.request = jpegRequest;
QManagerSDKSvcService svc = new QManagerSDKSvcService();
QContextData response = svc.processRequest(rc);
Page 18