|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwriter2latex.latex.ConverterHelper
writer2latex.latex.StyleConverter
writer2latex.latex.ParConverter
public class ParConverter
| Field Summary |
|---|
| Fields inherited from class writer2latex.latex.StyleConverter |
|---|
declarations, styleMap, styleNames |
| Fields inherited from class writer2latex.latex.ConverterHelper |
|---|
config, ofr, palette |
| Constructor Summary | |
|---|---|
ParConverter(OfficeReader ofr,
LaTeXConfig config,
ConverterPalette palette)
Constructs a new ParConverter. |
|
| Method Summary | |
|---|---|
void |
appendDeclarations(LaTeXDocumentPortion pack,
LaTeXDocumentPortion decl)
|
void |
applyAlignment(StyleWithProperties style,
boolean bIsSimple,
boolean bInherit,
BeforeAfter ba)
|
void |
handleParagraph(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc,
boolean bLastInBlock)
Process a text:p tag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParConverter(OfficeReader ofr,
LaTeXConfig config,
ConverterPalette palette)
Constructs a new ParConverter.
| Method Detail |
|---|
public void appendDeclarations(LaTeXDocumentPortion pack,
LaTeXDocumentPortion decl)
appendDeclarations in class StyleConverter
public void handleParagraph(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc,
boolean bLastInBlock)
Process a text:p tag
node - The text:h element node containing the headingldp - The LaTeXDocumentPortion to add LaTeX code tooc - The current contextbLastInBlock - If this is true, the paragraph is the
last one in a block, and we need no trailing blank line (eg. right before
\end{enumerate}).
public void applyAlignment(StyleWithProperties style,
boolean bIsSimple,
boolean bInherit,
BeforeAfter ba)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||