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
shape.
shape.
shape.
<!ATTLIST CONTOUR
CURVEDEDGES (true | false)
"false"
Specifies whether
there are any
curved edges in
the contour.
Specifies whether
there are any
curved edges in
the contour.
Specifies whether
there are any
curved edges in
the contour.
RECTCONTOUR (true | false)
"false"
Specifies whether
this contour is
rectangular.
Specifies whether
this contour is
rectangular.
Specifies whether
this contour is
rectangular.
INVERTEDCONTOUR (true |
false) "false"
Specifies whether
the points
describe a hole
instead of an
outside contour.
Specifies whether
the points
describe a hole
instead of an
outside contour.
Specifies whether
the points
describe a hole
instead of an
outside contour.
TOPLEVEL (true | false) "false"
Specifies whether
the contour has no
containing
contours.
Specifies whether
the contour has no
containing
contours.
Specifies whether
the contour has no
containing
contours.
SELFINTERSECTED (true | false)
"false"
Specifies whether
the contour
intersects itself.
Specifies whether
the contour
intersects itself.
Specifies whether
the contour
intersects itself.
POLYCONTOUR (true | false)
"false"
Specifies whether
this is a
polycontour (as
opposed to a
spline contour).
Specifies whether
this is a
polycontour (as
opposed to a
spline contour).
Specifies whether
this is a
polycontour (as
opposed to a
spline contour).
VERTEXTAGEXISTS (true | false)
"false">
Specifies whether
there are vertex
tags associated
with the contour.
Specifies whether
there are vertex
tags associated
with the contour.
Specifies whether
there are vertex
tags associated
with the contour.
<!ELEMENT VERTICES
(VERTEX+)>
A collection of
vertexes which,
combined, make
up a contour.
A collection of
vertexes which,
combined, make
up a contour.
A collection of
vertexes which,
combined, make
up a contour.
<!ELEMENT VERTEX
(LEFTCONTROLPOINT?,
VERTEXPOINT,
RIGHTCONTROLPOINT?)>
A single vertext
(i.e. Line segment)
in a bezier curve.
A single vertext
(i.e. Line segment)
in a bezier curve.
A single vertext
(i.e. Line segment)
in a bezier curve.
<!ATTLIST VERTEX
SMOOTHVERTEX (true | false)
"false"
Specifies whether
the given vertex is
"straight" - i.e..
C1 continuous.
Specifies whether
the given vertex is
"straight" - i.e.. C1
continuous.
Specifies whether
the given vertex is
"straight" - i.e..
C1 continuous.
STRAIGHTEDGE (true | false)
"false"
Specifies whether
the following edge
is "straight".
Specifies whether
the following edge
is "straight".
Specifies whether
the following edge
is "straight".
SYMMVERTEX (true | false) "false"
Specifies whether
the given vertex is
also symmetrical -
i.e., C2
Specifies whether
the given vertex is
also symmetrical -
i.e., C2
Specifies whether
the given vertex is
also symmetrical -
i.e., C2
Page 258