2016

Table Of Contents
<delay>0</delay>
<timingfunc>
<functype>0</functype>
<func/>
</timingfunc>
<pathname/>
<direction>0</direction>
<endsettings>
<hidden>false</hidden>
<opacity>65536</opacity>
<angle>0</angle>
<xscale>65536</xscale>
<yscale>65536</yscale>
<scaleproportionally>true</scaleproportionally>
</endsettings>
</animationsettings>
</Settings>
<DATAPROVIDER DATAPROVIDERXTID="1131430225"/>
</INTERACTIVITY>
</BOX>
Specifying colors
When specifying colors, you can use named Web colors such as "Silver" and
"MediumSlateBlue" by name. You can also use RGB colors by specifying their
hexadecimal values. For example:
<RICHTEXT COLOR="Teal" MERGE="false" BOLD="true">This text is
teal.</RICHTEXT>
<FRAME COLOR="#006699" GAPCOLOR="#996600" WIDTH="7"/>
Working with indexes
Indexes are a list of words or phrases ('Index Terms') and associated pointers to where
useful material relating to that index term can be found in a document or on a page.
Index terms can be nested up to four levels and each level can have a separate style
applied. The scope of the index term can also be set. Preferences for indexes can be
defined, including setting the index marker color, the index term separator, the page
range separator and the page list separator.
Marking and rendering indexes
Marking:
The INDEXTERM tag is used to mark indexes within the flow.
<PARAGRAPH PARASTYLE="Sub-Section Title">
<RICHTEXT>Text containing the term</RICHTEXT>
<INDEXTERM>the term to be marked for the index</INDEXTERM>
</PARAGRAPH>
The RANGE element is used to mark the beginning and end of the scope of the
occurrence of the index within the flow.
<INDEXTERM ID="Unique ID" RANGE="START">Menu</INDEXTERM>
<PARAGRAPH>
<RICHTEXT>....</RICHTEXT>
</PARAGRAPH>
<INDEXTERM ID="Unique ID" RANGE="END"/>
Use the RANGE element with a value of UNTILPARASTYLE to specify that a range should
end at a particular style sheet.
<PARAGRAPH PARASTYLE="Sub-Section Title">
<RICHTEXT>File Menu</RICHTEXT>
</PARAGRAPH>
<INDEXTERM RANGE="UNTILPARASTYLE" VALUE="Sub-Section Title">File</INDEXTERM>
<PARAGRAPH>
<RICHTEXT>....</RICHTEXT>
</PARAGRAPH>
142 | A GUIDE TO QUARKXPRESS SERVER 2016
USING QUARKXPRESS SERVER