7.0

Table Of Contents
CREATING AND DELETING BOXES
Use the following structure to create boxes:
<PROJECT>
<LAYOUT LAYOUTNAME="
[name of layout]
">
<CREATEBOX BOXTYPE="PICT">
<ID>
[ID or name of target box]
</ID>
<CREATEPOSITION>
<PAGE>
[page number]
</PAGE>
<TOP>
[top edge position]
</TOP>
<LEFT>
[left edge position]
</LEFT>
<BOTTOM>
[bottom edge position]
</BOTTOM>
<RIGHT>
[right edge position]
</RIGHT>
</CREATEPOSITION>
</CREATEBOX>
</LAYOUT>
</PROJECT>
Use the following structure to delete boxes:
<PROJECT>
<LAYOUT LAYOUTNAME="
[name of layout]
">
<DELETEBOX>
<ID>
[ID or name of target box]
</ID>
</DELETEBOX>
</LAYOUT>
</PROJECT>
In the above example,
[ID or name of target box]
can be determined using
Telegraph XTensions software, and
[parameters]
includes the element types
listed in “Modifier parameters for boxes.” Multiple parameters can be supplied
for a single box.
SAMPLE XML CODE
This section provides sample XML code that creates and then deletes a box
with box ID 7.
<PROJECT>
<LAYOUT LAYOUTNAME="
[
Layout 1"
]
>
<CREATEBOX BOXTYPE="PICT">
<ID>7</ID>
<CREATEPOSITION>
MODIFIER XTENSIONS SOFTWARE
CHAPTER 4: XTENSIONS SOFTW
ARE
|
165