public class RTFWriter extends java.lang.Object implements TokenOutput
| Constructor and Description |
|---|
RTFWriter(java.io.OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.commons.logging.Log |
getLog() |
int |
getMaxLineLength() |
void |
setLog(org.apache.commons.logging.Log log) |
void |
setMaxLineLength(int maxLineLength) |
void |
write(AbstractRTFToken token) |
void |
writeNewLine() |
public void close()
throws java.io.IOException
close in interface TokenOutputjava.io.IOExceptionpublic void write(AbstractRTFToken token) throws java.io.IOException
write in interface TokenOutputjava.io.IOExceptionpublic void writeNewLine()
throws java.io.IOException
java.io.IOExceptionpublic org.apache.commons.logging.Log getLog()
public int getMaxLineLength()
public void setLog(org.apache.commons.logging.Log log)
public void setMaxLineLength(int maxLineLength)
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.