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
<VALUE
KEY="myKey">
<![CDATA[MET
ADATAVALUE]
]></VALUE>
</METADATA>
<VALUE
KEY="myKey">
<![CDATA[MET
ADATAVALUE]
]></VALUE>
</METADATA>
<VALUE
KEY="myKey">
<![CDATA[MET
ADATAVALUE]
]></VALUE>
</METADATA>
<!ATTLIST VALUE
KEY CDATA #REQUIRED>
Specifies the
KEY attribute of
the key/value pair.
Specifies the KEY
attribute of the
key/value pair.
Metadata that
contains a value
for KEY but no
value for VALUE
will delete any
metadata matching
the value for
KEY.
Specifies the
KEY attribute of
the key/value pair.
<!ELEMENT TEXT ((INSET)*,
STORY)>
Container for an
INSET and
STORY element.
Container for an
INSET and
STORY element.
Container for an
INSET and
STORY element.
<!ATTLIST TEXT
ANGLE CDATA #IMPLIED
Specifies a
rotation angle for
text as a
floating-point
value between
-360 degrees and
360 degrees.
Specifies a
rotation angle for
text as a
floating-point
value between
-360 degrees and
360 degrees.
Indicates a
rotation angle for
text as a
floating-point
value between
-360 degrees and
360 degrees.
SKEW CDATA #IMPLIED
Specifies a skew
angle for text as a
floating-point
value from -75
degrees to 75
degrees.
Specifies a skew
angle for text as a
floating-point
value from -75
degrees to 75
degrees.
Indicates a skew
angle for text as a
floating-point
value from -75
degrees to 75
degrees.
COLUMNS CDATA #IMPLIED
Specifies a
number of
columns in a text
box.
Specifies a
number of
columns in a text
box.
Indicates a
number of
columns in a text
box.
GUTTERWIDTH CDATA
#IMPLIED
Specifies the
gutter width
between columns
in a text box.
Specifies the
gutter width
between columns
in a text box.
Indicates the
gutter width
between columns
in a text box.
FLIPVERTICAL (true | false | none)
"none"
Flips the text
vertically in a text
box.
Flips the text
vertically in a text
box.
Indicates the text
is flipped vertically
in a text box.
FLIPHORIZONTAL (true | false |
none) "none"
Flips the text
horizontally in a
text box.
Flips the text
horizontally in a
text box.
Indicates the text
is flipped
horizontally in a
text box.
Page 222