II. DATAformTags
88
Developer handbook DATAformXTension © 1992-2004 www.gassenhuber.de
{74} *= Layer
[
]
The Tag informs about the layer in which the box is located. On import the box is moved again
to the layer with the same name. Missing layers will be created on import.
The Tag contains 5 parameters:
*=["LayerName";Visible;Locked;Suppress Printout;Keep Runaround]
They reflect the options of the Layer dialogue in QuarkXPress 5:
Name:
max. 32 characters
Visible:
1 = layer is visible; 0 = invisible. The value is ignored on import.
Locked:
1 = locked layer; 0 = the items can be moved
Suppress Printout:
1 = do not print; 0 = print out
Keep Runaround:
1 = also invisible items cause runaround; 0 = ignore invisibles
¶*T3*p1*=["Text layer";1;1;1;1]*$Hello¶
Creates a text box with the text Hello on page 1 and positions the box in the layer Text
layer. If a layer Text layer does not exist in the document, it will be created.
If a layer is invisible during import, it will be changed into visible.
The Default layer is neither exported nor imported.
If the Tag *= is missing in an object description, it is placed in the last current layer.