private Font createHeaderFont(SheetGraphics graphics) {
   return new Font(graphics.getBaseFont(), this.fontSize, Font.ITALIC, BaseColor.BLACK);
 }
 private Font createFont(SheetGraphics graphics) {
   return new Font(graphics.getBaseFont(), this.fontSize, Font.NORMAL, BaseColor.BLACK);
 }