| Package | Description | 
|---|---|
| writer2latex.latex | |
| writer2latex.latex.i18n | 
| Modifier and Type | Field and Description | 
|---|---|
| protected LaTeXDocumentPortion | StyleConverter. declarations | 
| Modifier and Type | Method and Description | 
|---|---|
| LaTeXDocumentPortion | LaTeXDocumentPortion. append(int n)Add an integer to the end of this portion | 
| LaTeXDocumentPortion | LaTeXDocumentPortion. append(LaTeXDocumentPortion ldp)Add another portion to the end of this portion | 
| LaTeXDocumentPortion | LaTeXDocumentPortion. append(java.lang.String s)Add a string to the end of this portion | 
| LaTeXDocumentPortion | LaTeXDocument. getContents()Returns the  LaTeXDocumentPortion, that contains the
 contents of the document. | 
| LaTeXDocumentPortion | LaTeXDocumentPortion. nl()Add a newline to the end of this portion | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FieldConverter. addTarget(org.w3c.dom.Element node,
         java.lang.String sSuffix,
         LaTeXDocumentPortion ldp)Add a  \\hypertarget | 
| void | FieldConverter. addTarget(java.lang.String sName,
         java.lang.String sSuffix,
         LaTeXDocumentPortion ldp)Add a  \\hypertarget | 
| LaTeXDocumentPortion | LaTeXDocumentPortion. append(LaTeXDocumentPortion ldp)Add another portion to the end of this portion | 
| void | NoteConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl)Append declarations needed by the  NoteConverterto
 the preamble. | 
| void | ParConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | DrawConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | HeadingConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | TableConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | IndexConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl)Append declarations needed by the  IndexConverterto
 the preamble. | 
| void | BlockConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | CharStyleConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | InlineConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | CaptionConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | TableFormatter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | StarMathConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | ColorConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | MathConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | ListConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | StyleConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | SectionConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | PageStyleConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl) | 
| void | FieldConverter. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl)Append declarations needed by the  FieldConverterto
 the preamble. | 
| void | CharStyleConverter. applyDefaultFont(StyleWithProperties style,
                LaTeXDocumentPortion ldp)Apply default font attributes (family, series, shape, size and color). | 
| void | DrawConverter. flushFloatingFrames(LaTeXDocumentPortion ldp,
                   Context oc) | 
| void | NoteConverter. flushFootnotes(LaTeXDocumentPortion ldp,
              Context oc)Flush the queue of postponed footnotes | 
| void | IndexConverter. flushIndexMarks(LaTeXDocumentPortion ldp,
               Context oc) | 
| void | FieldConverter. flushReferenceMarks(LaTeXDocumentPortion ldp,
                   Context oc)Process pending reference marks and bookmarks (which may have been
 postponed within sections, captions or verbatim text. | 
| void | IndexConverter. handleAlphabeticalIndex(org.w3c.dom.Element node,
                       LaTeXDocumentPortion ldp,
                       Context oc)Process Alphabetical Index (text:alphabetical-index tag) | 
| void | IndexConverter. handleAlphabeticalIndexMark(org.w3c.dom.Element node,
                           LaTeXDocumentPortion ldp,
                           Context oc)Process an Alphabetical Index Mark (text:alphabetical-index-mark{-start} tag) | 
| void | FieldConverter. handleAnchor(org.w3c.dom.Element node,
            LaTeXDocumentPortion ldp,
            Context oc)Process a hyperlink (text:a tag) | 
| void | FieldConverter. handleBookmark(org.w3c.dom.Element node,
              LaTeXDocumentPortion ldp,
              Context oc)Process a bookmark (text:bookmark tag)
 A bookmark may be the target for either a hyperlink or a reference,
 so this will generate a  \\hyperrefand/or a\\label | 
| void | FieldConverter. handleBookmarkRef(org.w3c.dom.Element node,
                 LaTeXDocumentPortion ldp,
                 Context oc)Process a bookmark reference (text:bookmark-ref tag). | 
| void | DrawConverter. handleCaption(org.w3c.dom.Element node,
             LaTeXDocumentPortion ldp,
             Context oc) | 
| void | TableConverter. handleCaption(org.w3c.dom.Element node,
             LaTeXDocumentPortion ldp,
             Context oc) | 
| void | CaptionConverter. handleCaptionBody(org.w3c.dom.Element node,
                 LaTeXDocumentPortion ldp,
                 Context oc,
                 boolean bIsCaptionOf) Process content of a text:p tag as a caption body (inluding label) | 
| boolean | MathConverter. handleDisplayEquation(org.w3c.dom.Element node,
                     LaTeXDocumentPortion ldp)Try to convert a paragraph as a display equation:
 A paragraph which contains exactly one formula + at most one sequence
 number is treated as a display equation. | 
| boolean | MathConverter. handleDisplayEquation(TableReader table,
                     LaTeXDocumentPortion ldp)Try to convert a table as a display equation:
  A 1 row by 2 columns table in which each cell contains exactly one paragraph,
  the left cell contains exactly one formula and the right cell contains exactly
  one sequence number is treated as a (numbered) display equation. | 
| void | DrawConverter. handleDrawElement(org.w3c.dom.Element node,
                 LaTeXDocumentPortion ldp,
                 Context oc) | 
| void | NoteConverter. handleEndnote(org.w3c.dom.Element node,
             LaTeXDocumentPortion ldp,
             Context oc)Process an endnote (text:endnote tag) | 
| void | NoteConverter. handleEndnoteRef(org.w3c.dom.Element node,
                LaTeXDocumentPortion ldp,
                Context oc)Process an endnote reference (text:endnote-ref tag) | 
| void | NoteConverter. handleFootnote(org.w3c.dom.Element node,
              LaTeXDocumentPortion ldp,
              Context oc)Process a footnote (text:footnote tag) | 
| void | NoteConverter. handleFootnoteRef(org.w3c.dom.Element node,
                 LaTeXDocumentPortion ldp,
                 Context oc)Process a footnote reference (text:footnote-ref tag) | 
| void | HeadingConverter. handleHeading(org.w3c.dom.Element node,
             LaTeXDocumentPortion ldp,
             Context oc)Process a heading | 
| void | ListConverter. handleList(org.w3c.dom.Element node,
          LaTeXDocumentPortion ldp,
          Context oc) Process a list (text:ordered-lst or text:unordered-list tag) | 
| void | IndexConverter. handleLOF(org.w3c.dom.Element node,
         LaTeXDocumentPortion ldp,
         Context oc)Process List of Illustrations (text:list-of-illustrations tag) | 
| void | IndexConverter. handleLOT(org.w3c.dom.Element node,
         LaTeXDocumentPortion ldp,
         Context oc)Process List of Tables (text:list-of-tables tag) | 
| void | NoteConverter. handleNoteRef(org.w3c.dom.Element node,
             LaTeXDocumentPortion ldp,
             Context oc)Process a note reference (text:note-ref tag, oasis) | 
| void | IndexConverter. handleObjectIndex(org.w3c.dom.Element node,
                 LaTeXDocumentPortion ldp,
                 Context oc)Process Object Index (text:object index tag) | 
| void | FieldConverter. handlePageCount(org.w3c.dom.Element node,
               LaTeXDocumentPortion ldp,
               Context oc)Process a page count field (text:page-count tag) | 
| void | FieldConverter. handlePageNumber(org.w3c.dom.Element node,
                LaTeXDocumentPortion ldp,
                Context oc)Process a page number field (text:page-number tag) | 
| void | ParConverter. handleParagraph(org.w3c.dom.Element node,
               LaTeXDocumentPortion ldp,
               Context oc,
               boolean bLastInBlock) Process a text:p tag | 
| void | FieldConverter. handleReferenceMark(org.w3c.dom.Element node,
                   LaTeXDocumentPortion ldp,
                   Context oc)Process a reference mark (text:reference-mark or text:reference-mark-start tag) | 
| void | FieldConverter. handleReferenceMarkEnd(org.w3c.dom.Element node,
                      LaTeXDocumentPortion ldp,
                      Context oc)Process a reference mark end (text:reference-mark-end tag) | 
| void | FieldConverter. handleReferenceRef(org.w3c.dom.Element node,
                  LaTeXDocumentPortion ldp,
                  Context oc)Process a reference (text:reference-ref tag) | 
| void | SectionConverter. handleSection(org.w3c.dom.Element node,
             LaTeXDocumentPortion ldp,
             Context oc) Process a section (text:section tag) | 
| void | FieldConverter. handleSequence(org.w3c.dom.Element node,
              LaTeXDocumentPortion ldp,
              Context oc)Process a sequence field (text:sequence tag) | 
| void | FieldConverter. handleSequenceLabel(org.w3c.dom.Element node,
                   LaTeXDocumentPortion ldp)Create label for a sequence field (text:sequence tag) | 
| void | FieldConverter. handleSequenceRef(org.w3c.dom.Element node,
                 LaTeXDocumentPortion ldp,
                 Context oc)Process a sequence reference (text:sequence-ref tag) | 
| void | TableConverter. handleTable(org.w3c.dom.Element node,
           org.w3c.dom.Element caption,
           boolean bCaptionAbove,
           LaTeXDocumentPortion ldp,
           Context oc) Process a table (table:table or table:sub-table tag) | 
| boolean | MathConverter. handleTexMathsEquation(org.w3c.dom.Element node,
                      LaTeXDocumentPortion ldp)Try to convert a draw:frame or draw:g element as an (inline) TexMaths or OOoLaTeX equation | 
| void | InlineConverter. handleTextSpan(org.w3c.dom.Element node,
              LaTeXDocumentPortion ldp,
              Context oc)Handle a text:span element | 
| void | IndexConverter. handleTOC(org.w3c.dom.Element node,
         LaTeXDocumentPortion ldp,
         Context oc)Process Table of Contents (text:table-of-content tag) | 
| void | IndexConverter. handleUserIndex(org.w3c.dom.Element node,
               LaTeXDocumentPortion ldp,
               Context oc)Process User Index (text:user-index tag) | 
| void | NoteConverter. insertEndnotes(LaTeXDocumentPortion ldp)Insert the endnotes into the documents. | 
| void | ColorConverter. setNormalColor(java.lang.String sColor,
              LaTeXDocumentPortion ldp) | 
| void | BlockConverter. traverseBlockText(org.w3c.dom.Element node,
                 LaTeXDocumentPortion ldp,
                 Context oc) Traverse block text (eg. content of body, section, list item). | 
| void | InlineConverter. traverseInlineMath(org.w3c.dom.Element node,
                  LaTeXDocumentPortion ldp,
                  Context oc) | 
| void | InlineConverter. traverseInlineText(org.w3c.dom.Element node,
                  LaTeXDocumentPortion ldp,
                  Context oc) | 
| void | InlineConverter. traversePCDATA(org.w3c.dom.Element node,
              LaTeXDocumentPortion ldp,
              Context oc) | 
| void | InlineConverter. traversePlainInlineText(org.w3c.dom.Element node,
                       LaTeXDocumentPortion ldp,
                       Context oc) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClassicI18n. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl)Add declarations to the preamble to load the required packages | 
| abstract void | I18n. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl)Add declarations to the preamble to load the required packages | 
| void | XeTeXI18n. appendDeclarations(LaTeXDocumentPortion pack,
                  LaTeXDocumentPortion decl)Add declarations to the preamble to load the required packages |