Home | History | Annotate | Download | only in jdiff

Lines Matching refs:colSpan

892 	    reportFile.println("        <td colspan=\"2\" class=\"diffspechead\">API Diff Specification</td>");
917 reportFile.println(" <td class=\"diffspec\" colspan=\"2\"><a href=\"jdiff_statistics.html\">Statistics</a></div>");
929 reportFile.println(" <TD COLSPAN=2 BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\">");
1112 public void writeTableStart(String title, int colSpan) {
1121 reportFile.print(" <TH VALIGN=\"TOP\" COLSPAN=" + colSpan + ">");