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
the shape is a
pure rectangle.
the shape is a pure
rectangle.
the shape is a
pure rectangle.
INVERTEDSHAPE (true | false)
"false"
Specifies whether
the shape encodes
the inverse of its
area ("inside
out").
Specifies whether
the shape encodes
the inverse of its
area ("inside
out").
Specifies whether
the shape encodes
the inverse of its
area ("inside
out").
HASSPLINES (true | false) "false"
Specifies whether
any of the
contours in the
shape contains a
spline.
Specifies whether
any of the
contours in the
shape contains a
spline.
Specifies whether
any of the
contours in the
shape contains a
spline.
HASHOLES (true | false) "false"
Specifies whether
any of the
contours is inside
another.
Specifies whether
any of the
contours is inside
another.
Specifies whether
any of the
contours is inside
another.
NEWFORMAT (true | false) "false"
Specifies whether
incompatible with
"old" (3.31 and
below) shapes.
Specifies whether
incompatible with
"old" (3.31 and
below) shapes.
Specifies whether
incompatible with
"old" (3.31 and
below) shapes.
MORETHANONETOPLEVELCO
NTOUR (true | false) "false"
Specifies whether
there is more than
one top-level
contour.
Specifies whether
there is more than
one top-level
contour.
Specifies whether
there is more than
one top-level
contour.
CLOSEDSHAPE (true | false)
"false"
Specifies whether
all its contours are
closed. (Polylines
might not be.)
Specifies whether
all its contours are
closed. (Polylines
might not be.)
Specifies whether
all its contours are
closed. (Polylines
might not be.)
WELLFORMED (true | false) "false"
Specifies whether
the shape does
not intersect itself
other than at the
vertex.
Specifies whether
the shape does
not intersect itself
other than at the
vertex.
Specifies whether
the shape does
not intersect itself
other than at the
vertex.
TAGSALLOCATED (true | false)
"false"
Specifies whether
the vertex tags are
set correctly.
Specifies whether
the vertex tags are
set correctly.
Specifies whether
the vertex tags are
set correctly.
INCOMPLETE (true | false) "false"
Specifies whether
shape is
associated with
UNFINISHED
box.
Specifies whether
shape is
associated with
UNFINISHED
box.
Specifies whether
shape is
associated with
UNFINISHED
box.
VERTSELECTED (true | false)
"false">
Specifies whether
one or more verts
are selected.
Specifies whether
one or more verts
are selected.
Specifies whether
one or more verts
are selected.
<!ELEMENT CONTOURS
(CONTOUR+)>
A group of
contours which,
combined, make a
spline shape.
A group of
contours which,
combined, make a
spline shape.
A group of
contours which,
combined, make a
spline shape.
<!ELEMENT CONTOUR
(VERTICES)>
A single contour
within a spline
A single contour
within a spline
A single contour
within a spline
Page 257