Package | Description |
---|---|
writer2latex.latex |
Modifier and Type | Method and Description |
---|---|
Context |
ConverterPalette.getMainContext() |
Modifier and Type | Method and Description |
---|---|
void |
ColorConverter.applyAutomaticColor(BeforeAfter ba,
boolean bDecl,
Context context) |
void |
ColorConverter.applyBgColor(java.lang.String sCommand,
java.lang.String sColor,
BeforeAfter ba,
Context context) |
void |
TableFormatter.applyCellStyle(int nRow,
int nCol,
BeforeAfter ba,
Context context)
Get material to put before and after a table cell.
|
void |
ColorConverter.applyColor(java.lang.String sColor,
boolean bDecl,
BeforeAfter ba,
Context context)
Apply a specific foreground color.
|
void |
ColorConverter.applyColor(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba,
Context context)
Apply foreground color.
|
void |
CharStyleConverter.applyFont(StyleWithProperties style,
boolean bDecl,
boolean bInherit,
BeforeAfter ba,
Context context)
Apply all font attributes (family, series, shape, size and color).
|
void |
ListStyleConverter.applyListItemStyle(java.lang.String sStyleName,
int nLevel,
boolean bHeader,
boolean bRestart,
int nStartValue,
BeforeAfter ba,
Context oc)
Apply a list style to a list item.
|
void |
ListStyleConverter.applyListStyle(boolean bOrdered,
BeforeAfter ba,
Context oc)
Apply a list style to an ordered or unordered list.
|
void |
TableFormatter.applyRowStyle(int nRow,
BeforeAfter ba,
Context context)
Get material to put before a table row (background color)
|
void |
CharStyleConverter.applyTextStyle(java.lang.String sName,
BeforeAfter ba,
Context context)
Use a text style in LaTeX.
|
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 |
BibConverter.handleBibliography(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc)
Process a bibliography (text:bibliography tag)
|
void |
BibConverter.handleBibliographyMark(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc)
Process a Bibliography Mark (text:bibliography-mark 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
\\hyperref and/or a \\label |
void |
FieldConverter.handleBookmarkRef(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc)
Process a bookmark reference (text:bookmark-ref tag).
|
void |
TableConverter.handleCaption(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc) |
void |
DrawConverter.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)
|
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 |
BlockConverter.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.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)
|
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 |
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) |