|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwriter2latex.latex.LaTeXDocumentPortion
public class LaTeXDocumentPortion
This class represents a portion of a LaTeX document. A portion is any number of lines, and may include subportions.
| Constructor Summary | |
|---|---|
LaTeXDocumentPortion(boolean bWrap)
|
|
| Method Summary | |
|---|---|
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 |
void |
write(java.io.OutputStreamWriter osw,
int nLineLen,
java.lang.String sNewline)
Write this portion to the output (note: nLineLen=0 means no wrap) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LaTeXDocumentPortion(boolean bWrap)
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||