Skip to content

Commit

Permalink
FIX linebreak policy to generate pdf for Convocations/Exclusions/Comm…
Browse files Browse the repository at this point in the history
…unications
  • Loading branch information
mspasiano committed Aug 3, 2022
1 parent 83043a3 commit c01a715
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<property name="ireport.zoom" value="2.1961500000000007"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="240"/>
<property name="net.sf.jasperreports.export.pdf.force.linebreak.policy" value="true"/>
<property name="ireport.background.image.properties" value="true,true,1.0,-8,-8,0,0,611,899"/>
<style name="FONT_Normal" isDefault="true" fontName="Times New Roman" fontSize="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
<style name="FONT_Bold" fontName="Times New Roman" fontSize="10" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<property name="ireport.zoom" value="1.6500000000000004"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<property name="net.sf.jasperreports.export.pdf.force.linebreak.policy" value="true"/>
<property name="ireport.background.image.properties" value="true,true,1.0,-8,-8,0,0,611,899"/>
<style name="FONT_Normal" isDefault="true" fontName="Times New Roman" fontSize="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
<style name="FONT_Bold" fontName="Times New Roman" fontSize="10" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
Expand Down Expand Up @@ -497,7 +498,4 @@ new SimpleDateFormat("EEEEE, dd MMMMM yyyy' alle ore 'HH:mm").format(new SimpleD
</textField>
</band>
</pageFooter>
<summary>
<band height="50"/>
</summary>
</jasperReport>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<property name="ireport.zoom" value="1.6500000000000004"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="108"/>
<property name="net.sf.jasperreports.export.pdf.force.linebreak.policy" value="true"/>
<property name="ireport.background.image.properties" value="true,true,1.0,-8,-8,0,0,611,899"/>
<style name="FONT_Normal" isDefault="true" fontName="Times New Roman" fontSize="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
<style name="FONT_Bold" fontName="Times New Roman" fontSize="10" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false"/>
Expand Down

0 comments on commit c01a715

Please sign in to comment.