factory1.setFontName("SansSerif");
factory1.setFontSize(new Integer(12));
factory1.setBold(Boolean.TRUE);
factory1.setDynamicHeight(Boolean.TRUE);
factory1.setTrimTextContent(Boolean.TRUE);
gh.addElement(factory1.createElement());
factory1.setFieldname("Category Description");
factory1.setBold(Boolean.FALSE);
factory1.setAbsolutePosition(new Point2D.Double(X1, 26));
factory1.setFontName("Serif");