writer2latex.latex
public class LaTeXDocumentPortion extends Object
| Constructor Summary | |
|---|---|
| LaTeXDocumentPortion(boolean bWrap) | |
| Method Summary | |
|---|---|
| LaTeXDocumentPortion | append(LaTeXDocumentPortion ldp) Add another portion to the end of this portion |
| LaTeXDocumentPortion | append(String s) Add a string to the end of this portion |
| LaTeXDocumentPortion | nl() Add a newline to the end of this portion |
| String | toString() Return the content of this LaTeXDocumentStream as a string |
| void | write(OutputStreamWriter osw, int nLineLen, String sNewline) Write this portion to the output (note: nLineLen=0 means no wrap) |