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 TokenOutput
java.io.IOException
public void write(AbstractRTFToken token) throws java.io.IOException
write
in interface TokenOutput
java.io.IOException
public void writeNewLine() throws java.io.IOException
java.io.IOException
public 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.