Java Reference
In-Depth Information
<title>
<band height="30">
<textField>
<reportElement x="0" y="0" width="300" height="24"/>
<textElement isStyledText="true"/>
<textFieldExpression>
<![CDATA["<style isBold=\"true\"
pdfFontName=\"Helvetica-Bold\">Aircraft
Registered in " + $P{city} + ", " +
$P{state} + "</style>"]]>
</textFieldExpression>
</textField>
</band>
</title>
<pageHeader>
<band height="30">
<staticText>
<reportElement width="100" x="0" y="0" height="30"/>
<textElement isStyledText="true" verticalAlignment="Middle"/>
<text>
<![CDATA[<style isBold="true" pdfFontName=
"Helvetica-Bold">Model</style>]]>
</text>
</staticText>
<staticText>
<reportElement width="100" x="110" y="0" height="30"/>
<textElement isStyledText="true" verticalAlignment="Middle"/>
<text>
<![CDATA[<style isBold="true" pdfFontName="Helvetica-Bold">
Tail Number</style>]]>
</text>
</staticText>
<staticText>
<reportElement width="105" x="220" y="0" height="30"/>
<textElement isStyledText="true" verticalAlignment="Middle"/>
<text>
<![CDATA[<style isBold="true" pdfFontName="Helvetica-Bold">
Serial Number</style>]]>
</text>
</staticText>
 
Search WWH ::




Custom Search