<?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="MODELO_RELATORIO_RECIBO" pageWidth="588" pageHeight="834" whenNoDataType="AllSectionsNoDetail" columnWidth="543" leftMargin="22" rightMargin="22" topMargin="14" bottomMargin="14">
	<property name="ireport.scriptlethandling" value="0"/>
	<property name="ireport.encoding" value="UTF-8"/>
	<property name="ireport.zoom" value="1.0"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="0"/>
	<import value="net.sf.jasperreports.engine.*"/>
	<import value="java.util.*"/>
	<import value="net.sf.jasperreports.engine.data.*"/>
	<parameter name="TITULO" class="java.lang.String" isForPrompting="false"/>
	<parameter name="CONTEUDO" class="java.lang.String" isForPrompting="false"/>
	<parameter name="LOGO" class="java.lang.String" isForPrompting="false"/>
	<parameter name="LOGO_RELATORIO" class="net.sf.jasperreports.engine.JRImageRenderer" isForPrompting="false"/>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="230" splitType="Stretch">
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement key="titulo" positionType="Float" x="0" y="53" width="544" height="18"/>
				<textElement textAlignment="Center" markup="styled">
					<font fontName="SansSerif" size="12"/>
				</textElement>
				<textFieldExpression class="java.lang.String"><![CDATA[$P{TITULO}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement key="conteudo" positionType="Float" x="0" y="71" width="544" height="18"/>
				<textElement textAlignment="Justified" markup="styled">
					<font fontName="SansSerif" size="12"/>
				</textElement>
				<textFieldExpression class="java.lang.String"><![CDATA[$P{CONTEUDO}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="staticText-1" positionType="Float" x="0" y="115" width="41" height="12"/>
				<textElement textAlignment="Left">
					<font size="8"/>
				</textElement>
				<text><![CDATA[corte aqui]]></text>
			</staticText>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement key="titulo-1" positionType="Float" x="0" y="194" width="544" height="18"/>
				<textElement textAlignment="Center" markup="styled">
					<font fontName="SansSerif" size="12"/>
				</textElement>
				<textFieldExpression class="java.lang.String"><![CDATA[$P{TITULO}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement key="conteudo-1" positionType="Float" x="0" y="212" width="544" height="18"/>
				<textElement textAlignment="Justified" markup="styled">
					<font fontName="SansSerif" size="12"/>
				</textElement>
				<textFieldExpression class="java.lang.String"><![CDATA[$P{CONTEUDO}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement key="line-1" positionType="Float" x="0" y="126" width="541" height="1"/>
				<graphicElement>
					<pen lineWidth="1.5" lineStyle="Dotted"/>
				</graphicElement>
			</line>
			<image scaleImage="RetainShape" hAlign="Center" onErrorType="Blank">
				<reportElement key="image-2" positionType="Float" x="0" y="141" width="544" height="52"/>
				<imageExpression class="net.sf.jasperreports.engine.JRRenderable"><![CDATA[$P{LOGO_RELATORIO}]]></imageExpression>
			</image>
			<image scaleImage="RetainShape" hAlign="Center" onErrorType="Blank">
				<reportElement key="image-3" positionType="Float" x="0" y="0" width="544" height="52"/>
				<imageExpression class="net.sf.jasperreports.engine.JRRenderable"><![CDATA[$P{LOGO_RELATORIO}]]></imageExpression>
			</image>
		</band>
	</title>
	<pageHeader>
		<band splitType="Stretch"/>
	</pageHeader>
	<columnHeader>
		<band splitType="Stretch"/>
	</columnHeader>
	<detail>
		<band splitType="Stretch"/>
	</detail>
	<columnFooter>
		<band height="15" splitType="Stretch">
			<staticText>
				<reportElement key="staticText-3" positionType="Float" x="446" y="1" width="98" height="13"/>
				<textElement textAlignment="Right"/>
				<text><![CDATA[Contato Sistemas]]></text>
			</staticText>
			<line direction="BottomUp">
				<reportElement key="line-2" positionType="Float" x="458" y="0" width="87" height="1"/>
			</line>
		</band>
	</columnFooter>
	<pageFooter>
		<band splitType="Stretch"/>
	</pageFooter>
	<summary>
		<band splitType="Stretch"/>
	</summary>
</jasperReport>
