public static class Format.PreHtml extends Format
Format.Ansi, Format.PreHtml, Format.Text| Modifier | Constructor and Description |
|---|---|
protected |
Format.PreHtml() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(Appendable to) |
void |
cls(Appendable to) |
void |
end(Appendable to) |
void |
write(CharSequence s,
Appendable to) |
void |
write(Style style,
Appendable to) |
protected Format.PreHtml()
public void begin(Appendable to) throws IOException
begin in class FormatIOExceptionpublic void write(CharSequence s, Appendable to) throws IOException
write in class FormatIOExceptionpublic void write(Style style, Appendable to) throws IOException
write in class FormatIOExceptionpublic void cls(Appendable to) throws IOException
cls in class FormatIOExceptionpublic void end(Appendable to) throws IOException
end in class FormatIOExceptionCopyright © 2015 eXo Platform SAS. All Rights Reserved.