18 package org.turro.mail.impl;
20 import org.turro.html.HTMLGenerator;
29 return startTag(
"div",
"style='font-size:12px;font-family:verdana'");
43 return startTag(
"div",
"style='background-color:#0c4f7d;color:#fff;font-weight:bold;font-size:18px;padding:10px'");
47 return startTag(
"span",
"style='font-size:14px;padding:3px'");
51 return startTag(
"a",
"style='color:inherit' href='#" + ref +
"'")
57 return startTag(
"a",
"style='color:inherit' name='" + ref +
"'")
63 return startTag(
"div",
"style='background-color:#2e8dcf;color:#fff;font-weight:bold;font-size:14px;padding:10px'");
67 return startTag(
"div",
"style='background-color:#2e8dcf;color:#eee;font-weight:bold;font-size:12px;padding:10px'");
71 return startTag(
"div",
"style='border:solid 1px silver;margin:2px'");
75 return startTag(
"div",
"style='background-color:#fff;color:#444;font-weight:bold;font-size:12px;padding:10px'");
79 return startTag(
"div",
"style='color:#666;font-size:11px;padding:2px'");
83 return startTag(
"div",
"style='background-color:#fff;color:#333;font-weight:normal;font-size:12px;padding:10px'");
87 return startTag(
"span",
"style='font-size:11px;font-weight:bold'")
93 return startTag(
"span",
"style='font-size:11px;font-weight:normal'")
HTMLGenerator endAllTags()
HTMLGenerator write(String value)
HTMLGenerator startTag(String tag)
HTMLGenerator addItemRef(String value, String ref)
HTMLGenerator addMenuItem(String value, String ref)
HTMLGenerator startTitle()
HTMLGenerator startDetailContent()
HTMLGenerator startDetailHeading()
HTMLGenerator startDetailSubHeading()
HTMLGenerator startDetailGroup()
HTMLGenerator endReport()
HTMLGenerator addValue(String value)
HTMLGenerator startHeading1()
HTMLGenerator startReport()
HTMLGenerator addValueLabel(String label)
HTMLGenerator startTitleMenu()
HTMLGenerator startHeading2()