<?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="OUTROS_IMPRESSAO_DOCUMENTOS" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
	<property name="ireport.zoom" value="1.0"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="36"/>
	<parameter name="TEXTO" class="java.lang.String"/>
	<parameter name="parameter1" class="java.lang.String"/>
	<field name="TEXTO" class="java.lang.String"/>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="336" splitType="Stretch">
			<textField>
				<reportElement x="0" y="191" width="555" height="51"/>
				<textElement/>
				<textFieldExpression class="java.lang.String"><![CDATA[$P{TEXTO}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="0" y="0" width="555" height="191"/>
				<textElement/>
				<textFieldExpression class="java.lang.String"><![CDATA[$F{TEXTO}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="47" y="255" width="206" height="43"/>
				<textElement/>
				<text><![CDATA[Thiago]]></text>
			</staticText>
		</band>
	</title>
	<detail>
		<band height="50">
			<textField>
				<reportElement x="0" y="0" width="100" height="50"/>
				<textElement/>
				<textFieldExpression class="java.lang.String"><![CDATA[$F{TEXTO}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="118" y="0" width="100" height="50"/>
				<textElement/>
				<textFieldExpression class="java.lang.String"><![CDATA[$P{TEXTO}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="287" y="0" width="100" height="50"/>
				<textElement/>
				<textFieldExpression class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
</jasperReport>
