2017

Table Of Contents
MODIFIER SCHEMA (ANNOTATED)
304 | A Guide to QuarkXPress Server 2017
LINKEDBOX (Modifier schema)
Element
type
Construct Modify Deconstruct
OW |
RIGHTAR
ROW |
LEFTFARR
OW |
R
IGHTFA
RROW |
DOUBLE
ARROW)
“PLAINLI
NE”
endRIGHTARROW = Arrow
head on right
endLEFTFARROW = Arrow
head on left end, arrow tail
on right endRIGHTFARROW
=
Arrow head on right end,
arrow tail on left
endDOUBLEARROW =
Arrow heads on both ends
endRIGHTARROW = Arrow
head on right
endLEFTFARROW = Arrow
head on left end, arrow tail
on right endRIGHTFARROW
=
Arrow head on right end,
arrow tail on left
endDOUBLEARROW =
Arrow heads on both ends
endRIGHTARROW = Arrow
head on right
endLEFTFARROW = Arrow
head on left end, arrow tail
on right
e
ndRIGHTFARROW =
Arrow head on right end,
arrow tail on left
endDOUBLEARROW =
Arrow heads on both ends
Element type Construct Modify Deconstruct
LINKEDBOX (ID)
LINKEDBOX element
typeRepresents a box or
table cell into which
text flows from the
parent box. The child
ID element identifies
the box or table.To
force text to run into
the next box or cell in a
chain, insert the
boxbreak character
entity where you want
the text to break.
Represents a box or
table cell into which
text flows from the
parent box. The child
ID element identifies
the box or table.To
force text to run into
the next box or cell 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 or table cell where
the text continues.
Example:<BOX> <ID
NAME=”Box5”
UID=”5”/> <TEXT>
<STORY
STORYDIRECTION=”H
ORIZONTAL”>
<LINKEDBOX
ENDOFFSET=”94”
STARTOFFSET=”55”>
<ID NAME=”Box6”
UID=”6”/>
</LINKEDBOX>
<LINKEDBOX
ENDOFFSET=”108”
STARTOFFSET=”95”>
<ID NAME=”Box7”
UID=”7”/>
</LINKEDBOX>
<PARAGRAPH
MERGE=”false”
PARASTYLE=”Normal”>
<RICHTEXT
MERGE=”false”> Text is
here.</RICHTEXT>
</PARAGRAPH>
</STORY> </TEXT>