<?xml version='1.0' encoding='utf-8'?>
<!-- 
Copyright 2005 DataActive Communications Limited

Unless required by applicable law or agreed to in writing, software,
documentation and examples are distributed under a 'AS IS' BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
<!DOCTYPE re:root SYSTEM 'http://reality.dataactive.com/DTDs/reality-1.0.dtd'>
<re:root xmlns:re='http://reality.dataactive.com'>
	<re:document 
		version='1.0' 
		language-code='ENG' 
		country-code='GBR' 
		category-code='examples' 
		uid='030_110' 
		display-name='Using Tabs'>

		<re:outputs collate='false' compression='9' manifest='false'>
			<re:output 
				name='Kwik PDF' 
				file-name='030_110_UsingTabs' 
				type='reality.pdf.kwik' 
				options='page-crop-marks: false' />
		</re:outputs>

		<re:styles>
			<re:style name='mainLayer'>
				<re:styleattribute name='position' value='absolute' />
				<re:styleattribute name='left' value='20' />
				<re:styleattribute name='top' value='150' />
				<re:styleattribute name='width' value='555' />
				<re:styleattribute name='height' value='250' />
				<re:styleattribute name='border-stroke-width' value='1'/> 
				<re:styleattribute name='border-stroke-color-name' value='black'/>

			</re:style>
		</re:styles>


		<re:content>
			<re:page>
				<re:layer class='mainLayer'>
					<re:paragraph style='text-tab-record:{left,350};'>
						left<re:tab />XXXXX
					</re:paragraph>
					<re:paragraph style='text-tab-record:{right,350};'>
						right<re:tab />XXXXX
					</re:paragraph>
					<re:paragraph style='text-tab-record:{center,350};'>
						center<re:tab />XXXXX
					</re:paragraph>
					<re:paragraph style="text-tab-record:{decimal,150};"> 
						Decimal Tab 
						<re:tab />
						.XXXX 
					</re:paragraph>
					<re:paragraph style='text-tab-record:{left,350};'>
						fill character<re:span 
							style="text-underline-color-name:black; 
								text-underline-style:single;
								text-underline-pattern:dot;">
							<re:tab />
							</re:span>XXXXX
					</re:paragraph>
					<re:paragraph style="text-tab-record: {decimal,350};">
						Line To Tab
						<re:span style="
							text-underline-style:single;
							text-underline-color-name:black;">
							&#160;
							<re:tab />
						</re:span>
						.XXXX 
					</re:paragraph>
					<re:paragraph style="
						text-tab-record: 
							{left,100}, 
							{center,250}, 
							{decimal, 350} , 
							{right, 500};">
						All Tabs 
						<re:tab />
						XXXXX 
						<re:tab />
						XXXXX 
						<re:tab />
						.XXXXX 
						<re:tab />
						XXXXX 
					</re:paragraph>
				</re:layer>

			</re:page>
		</re:content>
	</re:document>
</re:root>
