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
BASELINE) "ASCENT"
whether the top of
the anchored box
will align with the
top of the text
(ascent) or the
bottom of the text
(baseline).
whether the top of
the anchored box
will align with the
top of the text
(ascent) or the
bottom of the text
(baseline).
whether the top of
the anchored box
will align with the
top of the text
(ascent) or the
bottom of the text
(baseline).
OFFSET CDATA #IMPLIED>
Determines the
offset when
ALIGNWITHTE
XT is set to
BASELINE.
Default is 0.
Determines the
offset when
ALIGNWITHTE
XT is set to
BASELINE.
Default is 0.
Determines the
offset when
ALIGNWITHTE
XT is set to
BASELINE.
Default is 0.
<!ELEMENT LINKEDBOX (ID)>
Specifies a linked
box and its parent
box. To force text
to run into the
next box in a
chain, insert the
boxbreak
character entity
where you want
the text to break.
Specifies a linked
box and its parent
box. To force text
to run into the next
box in a chain,
insert the
boxbreak
character entity
where you want
the text to break.
Identifies the point
where the text has
overflowed the
current box and
identifies the box
where the text
continues.
Example:
<BOX>
<ID
NAME="Box1"/>
<TEXT>
<STORY><RIC
HTEXT>This text
is in box
1</RICHTEXT>
<RICHTEXT>Th
is text is in box
2</RICHTEXT>
<RICHTEXT>Th
is text is in box
3</RICHTEXT>
<LINKEDBOX
STARTOFFSET
="22",
ENDOFFSET="4
2"
><ID
NAME="box2">
</ID>
</LINKEDBOX
>
<LINKEDBOX
STARTOFFSET
="43",
ENDOFFSET="6
Page 249