10.1

Table Of Contents
The INLINEBOX@WIDTH attribute lets you specify the width of the anchored box as a
percentage of its parent column or box. If you fill an anchored box with so much text
that it expands to the height of its parent box, the text is adjusted to fit in the box.
The INLINEBOX@SCALEUP attribute lets you control sizing for picture boxes.
The childSHADOW element lets you specify drop shadow effects.
A child BOXATTRIBUTE element lets you control the formatting of the boxes. If you're
creating an inline text box, a child TEXTATTRIBUTE element lets you control the
formatting of the boxes.
A child INTERACTIVITY element facilitates the application of interactivity on boxes.
This allows for the deconstruct and modifiability of App Studio Interactivities, as shown
below:
<PROJECT>
<LAYOUT>
<ID NAME="Layout 1"/>
<PAGESEQUENCE MASTERREFERENCE="A-Master-A">
<STORY BOXNAME="Flow">
<INLINEBOX>
<!--Preview image-->
<CONTENT>file:Images/2pdf.PNG</CONTENT>
<INTERACTIVITY AUTHORXTID="1131430225" NAME="Button 1"
OWNERXTID="1129333841" TYPE="Button">
<Settings InitiallyHidden="False">
<settings>
<actions>
<action>
<type>openfile</type>
<name/>
<sourcesettings>
<sourcetype>1</sourcetype>
<sourcepath>PDF/EconomicResearch.pdf</sourcepath>
</sourcesettings>
</action>
<actions>
</settings>
</Settings>
<DATAPROVIDER DATAPROVIDERXTID="1131430225"/>
</INTERACTIVITY>
</INLINEBOX>
</STORY>
</PAGESEQUENCE>
</LAYOUT>
</PROJECT>
This applies button interactivity and associates an Open File action. The generated
App Studio issue, when previewed on a device, would display the
"EconomicResearch.pdf". The Open File action can open media files as well.
The child BOXATTRIBUTE lets you specify an angle of rotation of the box through the
use of the <ANGLE> element, like so:
<INLINEBOX>
<BOXATTRIBUTE ANGLE="30"/>
<CONTENT>file:tmp.bmp</CONTENT>
...
This would rotate the box by 30 degrees.
For more information, see "INLINEBOX (Modifier schema)," BOXATTRIBUTE (Modifier
schema)," and "TEXTATTRIBUTE (Modifier schema)."
If you deconstruct an anchored box that was created with an <INLINEBOX> element,
the resulting XML describes the box as a <BOX> element, not an <INLINEBOX> element.
118 | A GUIDE TO QUARKXPRESS SERVER 10.1
USING QUARKXPRESS SERVER