Frames | No Frames |
Methods with parameter type writer2latex.latex.LaTeXDocumentPortion | |
void |
Methods with parameter type writer2latex.latex.LaTeXDocumentPortion | |
void |
Fields of type writer2latex.latex.LaTeXDocumentPortion | |
LaTeXDocumentPortion |
Methods with parameter type writer2latex.latex.LaTeXDocumentPortion | |
void | Add a \\hypertarget
|
void | Add a \\hypertarget
|
LaTeXDocumentPortion | Add another portion to the end of this portion |
void | |
void | |
void | |
void | |
void | |
void | |
void | Append declarations needed by the FieldConverter to
the preamble. |
void | |
void | Append declarations needed by the IndexConverter to
the preamble. |
void | |
void | |
void | |
void | Append declarations needed by the NoteConverter to
the preamble. |
void | |
void | |
void | |
void | |
void | |
void | |
void | Apply default font attributes (family, series, shape, size and color). |
void | |
void | Flush the queue of postponed footnotes |
void | |
void | Process pending reference marks and bookmarks (which may have been
postponed within sections, captions or verbatim text. |
void | Process Alphabetical Index (text:alphabetical-index tag)
|
void | Process an Alphabetical Index Mark (text:alphabetical-index-mark{-start} tag)
|
void | Process a hyperlink (text:a tag)
|
void | Process Bibliography (text:bibliography tag)
|
void | Process a Bibliography Mark (text:bibliography-mark tag)
|
void | Process a bookmark (text:bookmark tag)
A bookmark may be the target for either a hyperlink or a reference,
so this will generate a \\hyperref and/or a \\label
|
void | Process a bookmark reference (text:bookmark-ref tag). |
void | |
void | |
void | CaptionConverter.handleCaptionBody(Element node, LaTeXDocumentPortion ldp, Context oc, boolean bIsCaptionOf) Process content of a text:p tag as a caption body (inluding label)
|
boolean | Try to convert a paragraph as a display equation
Currently a display equation is a paragraph which contains only
whitespace + a single math object
|
void | |
void | Process an endnote (text:endnote tag)
|
void | Process an endnote reference (text:endnote-ref tag)
|
void | Process a footnote (text:footnote tag)
|
void | Process a footnote reference (text:footnote-ref tag)
|
void | Process a heading. |
void | Process List of Illustrations (text:list-of-illustrations tag)
|
void | Process List of Tables (text:list-of-tables tag)
|
void | Process a list (text:ordered-lst or text:unordered-list tag)
|
void | Process a note reference (text:note-ref tag, oasis)
|
void | Process Object Index (text:object index tag)
|
void | Process a page count field (text:page-count tag)
|
void | Process a page number field (text:page-number tag)
|
void | ParConverter.handleParagraph(Element node, LaTeXDocumentPortion ldp, Context oc, boolean bLastInBlock) Process a text:p tag
|
void | Process a reference mark (text:reference-mark tag)
|
void | Process a reference (text:reference-ref tag)
|
void | Process a section (text:section tag)
|
void | Process a sequence field (text:sequence tag)
|
void | Process a sequence reference (text:sequence-ref tag)
|
void | Process Table of Contents (text:table-of-content tag)
|
void | TableConverter.handleTable(Element node, Element caption, boolean bCaptionAbove, LaTeXDocumentPortion ldp, Context oc) Process a table (table:table or table:sub-table tag)
|
void | Process User Index (text:user-index tag)
|
void | Insert the endnotes into the documents. |
void | |
void | Traverse block text (eg. |
void | InlineConverter.traverseInlineText(Element node, LaTeXDocumentPortion ldp, Context oc, boolean styled) |
void | |
void |
Methods with return type writer2latex.latex.LaTeXDocumentPortion | |
LaTeXDocumentPortion | LaTeXDocumentPortion.append(String s) Add a string to the end of this portion |
LaTeXDocumentPortion | Add another portion to the end of this portion |
LaTeXDocumentPortion | Returns the LaTeXDocumentPortion , that contains the
contents of the document. |
LaTeXDocumentPortion | Add a newline to the end of this portion |