writer2latex.latex
Class LaTeXDocumentPortion
java.lang.Object
writer2latex.latex.LaTeXDocumentPortion
public class LaTeXDocumentPortion
extends java.lang.Object
This class represents a portion of a LaTeX document. A portion is any
number of lines, and may include subportions.
LaTeXDocumentPortion
public LaTeXDocumentPortion(boolean bWrap)
toString
public String toString()
Return the content of this LaTeXDocumentStream as a string
write
public void write(OutputStreamWriter osw,
int nLineLen,
String sNewline)
throws IOException
Write this portion to the output (note: nLineLen=0 means no wrap)