aExporter.addCssStyle( ".w7 { width: 7%; } " );
aExporter.addCssStyle( ".w5 { width: 5%; } " );
final Element body = aExporter.getBody();
body.addChild( H1 ).addContent( "JTAG Analysis results" );
body.addChild( HR );
body.addChild( DIV ).addAttribute( "class", "date" ).addContent( "Generated: ", "{date-now}" );
Element table, tr, thead, tbody;
table = body.addChild( TABLE ).addAttribute( "class", "w100" );