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
NameValueParam
Description
Generic class for adding dynamic properties to the request. This
class is specifically for the requests that take the box name/id as the
parameter name and the box content as the parameter value.
Type
Web Service Data Object
Members
Name
Type
Description
paramName
String
Name of the parameter. In most cases this will be the name/id
of the box.
textValue
String
Text value of the box.
streamValue
byte[]
Stream value of the box. Either text or stream value can be
set.
contentType
String
The MIME content type of the parameter.
Page 21