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