fabio 2017-10-24 13:37:16 +00:00
parent ed0af1fa5a
commit a61f40e7fc
3 changed files with 37 additions and 35 deletions

View File

@ -14,6 +14,7 @@ import org.slf4j.Logger;
import com.rjconsultores.ventaboletos.relatorios.utilitarios.DataSource;
import com.rjconsultores.ventaboletos.relatorios.utilitarios.Relatorio;
import com.rjconsultores.ventaboletos.relatorios.utilitarios.RelatorioImpressaoPosteriorBean;
import com.rjconsultores.ventaboletos.utilerias.LocalizadorHelper;
import com.rjconsultores.ventaboletos.web.utilerias.NamedParameterStatement;
import net.sf.jasperreports.engine.data.JRBeanCollectionDataSource;
@ -97,13 +98,15 @@ public class RelatorioImpressaoPosterior extends Relatorio {
}
rset1= stmt.executeQuery();
LocalizadorHelper helper = new LocalizadorHelper();
while (rset1.next()) {
RelatorioImpressaoPosteriorBean ImpressaoPosterior = new RelatorioImpressaoPosteriorBean();
ImpressaoPosterior.setEmpresa(rset1.getString("empresa"));
ImpressaoPosterior.setDocumento(rset1.getString("documento"));
ImpressaoPosterior.setLocalizador(rset1.getString("localizador"));
ImpressaoPosterior.setLocalizador(helper.getLocalizadorAlfa(rset1.getString("localizador")));
ImpressaoPosterior.setNome(rset1.getString("nome"));
ImpressaoPosterior.setReserva(rset1.getString("reserva"));
ImpressaoPosterior.setOrigem(rset1.getString("origem"));
@ -142,7 +145,7 @@ public class RelatorioImpressaoPosterior extends Relatorio {
sql.append(" ORIGINAL.DESCNUMDOC as documento, ");
sql.append(" ORIGINAL.NUMOPERACION as localizador, ");
sql.append(" ORIGINAL.NOMBPASAJERO as nome, ");
sql.append(" ORIGINAL.NUMRESERVACION as reserva, ");
sql.append(" ORIGINAL.NUMFOLIOSISTEMA as reserva, ");
sql.append(" po.DESCPARADA as origem, ");
sql.append(" pd.DESCPARADA as destino, ");
sql.append(" ORIGINAL.DESCTELEFONO as telefone, ");
@ -152,8 +155,7 @@ public class RelatorioImpressaoPosterior extends Relatorio {
sql.append(" INNER JOIN EMPRESA e ON ORIGINAL.EMPRESACORRIDA_ID = e.EMPRESA_ID ");
sql.append(" INNER JOIN PARADA po ON (original.ORIGEN_ID = po.PARADA_ID) ");
sql.append(" INNER JOIN PARADA pd ON (original.DESTINO_ID = pd.PARADA_ID) ");
sql.append(" WHERE ORIGINAL.INDSTATUSBOLETO = 'V' ");
sql.append(" AND ORIGINAL.TIPOVENTA_ID IN (5,12,18,41,49) ");
sql.append(" WHERE ORIGINAL.TIPOVENTA_ID IN (5,12,18,41,49) ");
sql.append(" AND (original.MOTIVOCANCELACION_ID is null or original.MOTIVOCANCELACION_ID = 16 ) ");
if( StringUtils.isNotEmpty(datVendaInicial) ) {

View File

@ -1,13 +1,13 @@
<?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="RelatorioImpressaoPosterior" pageWidth="1040" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="1000" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" resourceBundle="RelatorioImpressaoPosterior" whenResourceMissingType="Empty" uuid="94834362-0ecc-46da-b0a2-5cdee355da3e">
<property name="ireport.zoom" value="1.1269722013523682"/>
<property name="ireport.x" value="181"/>
<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="RelatorioImpressaoPosterior" pageWidth="1167" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="1127" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" resourceBundle="RelatorioImpressaoPosterior" whenResourceMissingType="Empty" uuid="94834362-0ecc-46da-b0a2-5cdee355da3e">
<property name="ireport.zoom" value="1.1269722013523684"/>
<property name="ireport.x" value="324"/>
<property name="ireport.y" value="0"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="pageHeader"/>
<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.2" value="columnHeader"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.rows" value="true"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.columns" value="true"/>
<property name="collapseRowSpan" value="true"/>
<property name="collapseRowSpan" value="false"/>
<parameter name="datVendaInicial" class="java.lang.String">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
@ -51,12 +51,12 @@
<textFieldExpression><![CDATA[$R{header.data.hora}]]></textFieldExpression>
</textField>
<textField evaluationTime="Report">
<reportElement x="976" y="0" width="22" height="20" uuid="8ca68351-fc00-4f19-b94f-f2fd1f41964f"/>
<reportElement x="968" y="0" width="32" height="20" uuid="8ca68351-fc00-4f19-b94f-f2fd1f41964f"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="910" y="0" width="42" height="20" uuid="be1692e9-f130-4d08-9173-6ca3e4699030"/>
<reportElement x="902" y="0" width="42" height="20" uuid="be1692e9-f130-4d08-9173-6ca3e4699030"/>
<textFieldExpression><![CDATA[$R{header.pagina}]]></textFieldExpression>
</textField>
<textField>
@ -69,9 +69,9 @@
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
</textField>
<textField>
<reportElement x="952" y="0" width="24" height="20" uuid="7548d623-fb6c-48d4-b8b7-504f5437a79a"/>
<reportElement x="944" y="0" width="24" height="20" uuid="7548d623-fb6c-48d4-b8b7-504f5437a79a"/>
<textElement textAlignment="Right"/>
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}+" de"]]></textFieldExpression>
<textFieldExpression><![CDATA[$V{PAGE_NUMBER}+" de " + $V{PAGE_COUNT}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement x="0" y="19" width="48" height="20" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true" uuid="08817d2b-5f71-4c7a-9880-51c1a791ad04"/>
@ -140,7 +140,7 @@
<textFieldExpression><![CDATA[$P{DESCORIGEM}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="558" y="39" width="440" height="20" isRemoveLineWhenBlank="true" uuid="a739eead-b988-4a95-8826-e8c67c20a65f"/>
<reportElement stretchType="RelativeToTallestObject" x="558" y="39" width="443" height="20" isRemoveLineWhenBlank="true" uuid="a739eead-b988-4a95-8826-e8c67c20a65f"/>
<textFieldExpression><![CDATA[$P{DESCDESTINO}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
@ -162,150 +162,150 @@
<columnHeader>
<band height="24" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" x="160" y="2" width="78" height="20" isPrintWhenDetailOverflows="true" uuid="bbaa5f53-76e0-491e-9145-e522122709e5"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" x="220" y="2" width="78" height="20" isPrintWhenDetailOverflows="true" uuid="bbaa5f53-76e0-491e-9145-e522122709e5"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.localizador}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="409" y="2" width="74" height="20" isPrintWhenDetailOverflows="true" uuid="e3f4df4e-24a9-45b3-8ac3-f8b66d46a15f"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="469" y="2" width="74" height="20" isPrintWhenDetailOverflows="true" uuid="e3f4df4e-24a9-45b3-8ac3-f8b66d46a15f"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.reserva}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="843" y="2" width="79" height="20" isPrintWhenDetailOverflows="true" uuid="2b25ca5a-2c25-4c7d-87d1-5bfd205177a9"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="933" y="2" width="97" height="20" isPrintWhenDetailOverflows="true" uuid="2b25ca5a-2c25-4c7d-87d1-5bfd205177a9"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.dataVenda}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="922" y="2" width="79" height="20" isPrintWhenDetailOverflows="true" uuid="ab6b6770-67e8-4224-9304-8de30d3c1384"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="1030" y="2" width="97" height="20" isPrintWhenDetailOverflows="true" uuid="ab6b6770-67e8-4224-9304-8de30d3c1384"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.dataEmbarque}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="775" y="2" width="68" height="20" isPrintWhenDetailOverflows="true" uuid="79775d53-3de4-4c0c-8ec7-3be13738dc14"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="835" y="2" width="98" height="20" isPrintWhenDetailOverflows="true" uuid="79775d53-3de4-4c0c-8ec7-3be13738dc14"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.telefone}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="483" y="2" width="139" height="20" isPrintWhenDetailOverflows="true" uuid="746627ad-15b0-4435-93ce-6d370b75e594"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="543" y="2" width="139" height="20" isPrintWhenDetailOverflows="true" uuid="746627ad-15b0-4435-93ce-6d370b75e594"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.origem}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="622" y="2" width="153" height="20" isPrintWhenDetailOverflows="true" uuid="0844b500-feab-477d-ade1-2d943491de32"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" mode="Transparent" x="682" y="2" width="153" height="20" isPrintWhenDetailOverflows="true" uuid="0844b500-feab-477d-ade1-2d943491de32"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.destino}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" x="238" y="2" width="171" height="20" isPrintWhenDetailOverflows="true" uuid="662a695a-05d9-452e-986f-01b921bc1eb4"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" x="298" y="2" width="171" height="20" isPrintWhenDetailOverflows="true" uuid="662a695a-05d9-452e-986f-01b921bc1eb4"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.nome}]]></textFieldExpression>
</textField>
<line>
<reportElement mode="Transparent" x="0" y="23" width="1000" height="1" uuid="ae94e51c-f84c-405c-a9c3-d8fd0c48f03a"/>
<reportElement mode="Transparent" x="0" y="23" width="1127" height="1" uuid="ae94e51c-f84c-405c-a9c3-d8fd0c48f03a"/>
</line>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" x="0" y="2" width="105" height="20" isPrintWhenDetailOverflows="true" uuid="2cbc8ddc-38e5-4914-8189-5761ddeb2ce9"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" x="0" y="2" width="165" height="20" isPrintWhenDetailOverflows="true" uuid="2cbc8ddc-38e5-4914-8189-5761ddeb2ce9"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.empresa}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" x="105" y="2" width="55" height="20" isPrintWhenDetailOverflows="true" uuid="7965e761-2e24-4f17-84eb-9431c98ce72c"/>
<reportElement positionType="FixRelativeToBottom" stretchType="RelativeToTallestObject" x="165" y="2" width="55" height="20" isPrintWhenDetailOverflows="true" uuid="7965e761-2e24-4f17-84eb-9431c98ce72c"/>
<textElement textAlignment="Center" verticalAlignment="Bottom" markup="none">
<font size="11" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$R{header.documento}]]></textFieldExpression>
</textField>
<line>
<reportElement x="0" y="0" width="1000" height="1" uuid="ee05e1fa-6963-4ff9-b3c8-c6cd1bb54e94"/>
<reportElement x="0" y="0" width="1127" height="1" uuid="ee05e1fa-6963-4ff9-b3c8-c6cd1bb54e94"/>
</line>
</band>
</columnHeader>
<detail>
<band height="17" splitType="Stretch">
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="622" y="0" width="153" height="17" isPrintWhenDetailOverflows="true" uuid="784343f8-f7aa-4997-82e7-312878bd9a27"/>
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="682" y="0" width="153" height="17" isPrintWhenDetailOverflows="true" uuid="784343f8-f7aa-4997-82e7-312878bd9a27"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{destino}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="105" y="0" width="55" height="17" isPrintWhenDetailOverflows="true" uuid="ad46494b-0240-46d1-a775-f91f0035d7f8"/>
<reportElement stretchType="RelativeToTallestObject" x="165" y="0" width="55" height="17" isPrintWhenDetailOverflows="true" uuid="ad46494b-0240-46d1-a775-f91f0035d7f8"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{documento}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="160" y="0" width="78" height="17" isPrintWhenDetailOverflows="true" uuid="1ed844e5-7aa4-49ee-8024-765e5ae49f74"/>
<reportElement stretchType="RelativeToTallestObject" x="220" y="0" width="78" height="17" isPrintWhenDetailOverflows="true" uuid="1ed844e5-7aa4-49ee-8024-765e5ae49f74"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{localizador}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="775" y="0" width="68" height="17" isPrintWhenDetailOverflows="true" uuid="92017408-1781-4e17-90b7-5ff86457cf6d"/>
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="835" y="0" width="98" height="17" isPrintWhenDetailOverflows="true" uuid="92017408-1781-4e17-90b7-5ff86457cf6d"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{telefone}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy HH:mm" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="922" y="0" width="79" height="17" isPrintWhenDetailOverflows="true" uuid="7f08e540-2cf9-4da3-b40a-fb7d5275751f"/>
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="1030" y="0" width="97" height="17" isPrintWhenDetailOverflows="true" uuid="7f08e540-2cf9-4da3-b40a-fb7d5275751f"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{dataEmbarque}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="dd/MM/yyyy HH:mm" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="843" y="0" width="79" height="17" isPrintWhenDetailOverflows="true" uuid="16c5bcd4-ac1c-4c49-b065-5794fb9c2e32"/>
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="933" y="0" width="97" height="17" isPrintWhenDetailOverflows="true" uuid="16c5bcd4-ac1c-4c49-b065-5794fb9c2e32"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{dataVenda}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="false">
<reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="105" height="17" isPrintWhenDetailOverflows="true" uuid="16f536ed-9001-4b34-85f4-a01198390b7d"/>
<reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="165" height="17" isPrintWhenDetailOverflows="true" uuid="16f536ed-9001-4b34-85f4-a01198390b7d"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{empresa}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" x="238" y="0" width="171" height="17" isPrintWhenDetailOverflows="true" uuid="55e91fa2-9525-4763-aea0-15d1632b9bad"/>
<reportElement stretchType="RelativeToTallestObject" x="298" y="0" width="171" height="17" isPrintWhenDetailOverflows="true" uuid="55e91fa2-9525-4763-aea0-15d1632b9bad"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{nome}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="409" y="0" width="74" height="17" isPrintWhenDetailOverflows="true" uuid="0ed9578b-73d5-4f51-b21c-07d9419bbc08"/>
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="469" y="0" width="74" height="17" isPrintWhenDetailOverflows="true" uuid="0ed9578b-73d5-4f51-b21c-07d9419bbc08"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>
<textFieldExpression><![CDATA[$F{reserva}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="483" y="0" width="139" height="17" isPrintWhenDetailOverflows="true" uuid="36f5d507-0340-4c7e-b44b-5057c1e8bee6"/>
<reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="543" y="0" width="139" height="17" isPrintWhenDetailOverflows="true" uuid="36f5d507-0340-4c7e-b44b-5057c1e8bee6"/>
<textElement textAlignment="Center" verticalAlignment="Top" markup="none">
<font size="11" isBold="false"/>
</textElement>