コード例 #1
0
 private static void candidateInformation(final PhdCandidacyReferee referee, final Page page)
     throws IOException {
   page.tableStart("tstyle2 thwhite thnowrap thlight thleft thtop ulnomargin ");
   page.rowStart("tdbold")
       .headerStartWithStyle("width: 200px;")
       .write("Name: ")
       .headerEnd()
       .column(referee.getPhdProgramCandidacyProcess().getPerson().getName())
       .rowEnd();
   page.tableEnd();
 }