7.0
Table Of Contents
- Table of contents
- Introduction
- Getting started with QuarkXPress Server
- The QuarkXPress Server user interface
- Server configuration dialog box
- Server preferences
- Application preferences (category)
- Display (pane)
- Input Settings (pane)
- XTensions Manager (pane)
- Font Mapping (pane)
- Deconstruct (Pane)
- EPS (pane)
- Full Res Preview (pane)
- Job Jackets (pane)
- Modifier (pane)
- PDF (Pane)
- Placeholders (pane)
- PSD Import (pane)
- Fraction/Price (pane)
- Picture Effects (pane)
- Project preferences (category)
- General (pane)
- XML Import (pane)
- Default Print Layout (category)
- General (pane)
- Measurements (pane)
- Paragraph (pane)
- Character (pane)
- Tools (pane)
- Trapping (pane)
- Color Manager (pane)
- Layers (pane)
- Style sheets
- Colors
- H&Js
- Output styles
- Output Styles (dialog box)
- Edit EPS Style (dialog box)
- Panes
- General (pane)
- Color (pane)
- Marks (pane)
- Fonts (pane)
- Bleed (pane)
- Transparency (pane)
- OPI (pane)
- JDF (pane)
- Advanced (pane)
- Summary (pane)
- Edit PPML Style (dialog box)
- Panes
- Device (pane)
- Pages (pane)
- Colors (pane)
- Pictures (pane)
- Marks (pane)
- Bleed (pane)
- JDF (pane)
- Advanced (pane)
- Summary (pane)
- Edit PDF Style (dialog box)
- Panes
- Pages (pane)
- Meta Data (pane)
- Hyperlink (pane)
- Compression (pane)
- Color (pane)
- Fonts (pane)
- Marks (pane)
- Bleed (pane)
- Transparency (pane)
- OPI (pane)
- OPI Active (check box)
- JDF (pane)
- Summary (pane)
- Edit Print Style (dialog box)
- Panes
- Device (pane)
- Pages (pane)
- Colors (pane)
- Pictures (pane)
- Fonts (pane)
- Marks (pane)
- Bleed (pane)
- Transparency (pane)
- OPI (pane)
- JDF (pane)
- Summary (pane)
- Font mapping
- Source Setups
- Output Setups
- Server XTensions Manager
- Status Monitor
- Other menu items
- Creating URL requests
- XTensions software
- Telegraph XTensions software
- QuarkXPress Server Monitor
- Glossary
<POSITION>
<TOPLEFTX>274.961</TOPLEFTX>
<TOPLEFTY>411.023</TOPLEFTY>
<BOTTOMRIGHTX>513.071</BOTTOMRIGHTX>
<BOTTOMRIGHTY>616.502</BOTTOMRIGHTY>
</POSITION>
<DATA>picture.jpg</DATA>
</BOX>
In the above snippet of code, the <LAYER> element contains the name of the
layer on which the picture box exists, the
<PICTUREEFFECTS> element speci-
fies whether the picture uses QuarkVista effects, and the
<POSITION> element
describes the coordinates of the box in points.
The
<DATA> element contains the name of the picture in the picture box if you
uploaded the project to the document pool with the
Pictures option checked
(Utilities Þ Upload Template Þ Picture); otherwise, this element shows the
full path of the picture file.
The following sample XML code describes a text box named “txt1”:
<BOX CONTENTTYPE="CT_TEXT">
<IDENTITY>
<UNIQUEID>7</UNIQUEID>
<BOXNAME>txt1</BOXNAME>
<SPREADNUM>1</SPREADNUM>
<PAGE>1</PAGE>
<LAYER>new layer</LAYER>
</IDENTITY>
<POSITION>
<TOPLEFTX>133.228</TOPLEFTX>
<TOPLEFTY>219.001</TOPLEFTY>
<BOTTOMRIGHTX>373.504</BOTTOMRIGHTX>
<BOTTOMRIGHTY>312.751</BOTTOMRIGHTY>
</POSITION>
<TEXTOVERFLOW>FALSE</TEXTOVERFLOW>
<DATA>
<TEXTDATA>
<FONT>Times New Roman</FONT>
<SIZE>12</SIZE>
<COLOR>Black</COLOR>
DECONSTRUCTOR XTENSIONS SOFTWARE
174
|
CHAPTER 4: XTENSIONS SOFTW
ARE