1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
nbrLigne++;
//On renseigne le nouveau cadre
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(lg.getCadForLib().getLibelle().toString().trim(),Font.BOLD,Element.ALIGN_LEFT,Rectangle.LEFT |Rectangle.RIGHT);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
tb.ajouterCellule(" ",8,Font.NORMAL ,Element.ALIGN_LEFT,bordure);
nbrLigne++; |
Partager