Format.Ansi, Format.PreHtml, Format.Text| 限定符 | 构造器和说明 |
|---|---|
protected |
PreHtml() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
begin(Appendable to) |
void |
cls(Appendable to) |
void |
end(Appendable to) |
void |
write(CharSequence s,
Appendable to) |
void |
write(Style style,
Appendable to) |
public void begin(Appendable to) throws IOException
begin 在类中 FormatIOExceptionpublic void write(CharSequence s, Appendable to) throws IOException
write 在类中 FormatIOExceptionpublic void write(Style style, Appendable to) throws IOException
write 在类中 FormatIOExceptionpublic void cls(Appendable to) throws IOException
cls 在类中 FormatIOExceptionpublic void end(Appendable to) throws IOException
end 在类中 FormatIOExceptionCopyright © 2018. All rights reserved.