Uses of Class
writer2latex.latex.util.Context
Packages that use Context
-
Uses of Context in writer2latex.latex
Methods in writer2latex.latex that return ContextMethods in writer2latex.latex with parameters of type ContextModifier and TypeMethodDescriptionvoidColorConverter.applyAutomaticColor(BeforeAfter ba, boolean bDecl, Context context) voidColorConverter.applyBgColor(String sCommand, String sColor, BeforeAfter ba, Context context) voidTableFormatter.applyCellStyle(int nRow, int nCol, BeforeAfter ba, Context context) Get material to put before and after a table cell.voidColorConverter.applyColor(String sColor, boolean bDecl, BeforeAfter ba, Context context) Apply a specific foreground color.voidColorConverter.applyColor(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context) Apply foreground color.voidCharStyleConverter.applyFont(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context) Apply all font attributes (family, series, shape, size and color).voidTableFormatter.applyRowStyle(int nRow, BeforeAfter ba, Context context) Get material to put before a table row (background color)voidCharStyleConverter.applyTextStyle(String sName, BeforeAfter ba, Context context) Use a text style in LaTeX.voidDrawConverter.flushFloatingFrames(LaTeXDocumentPortion ldp, Context oc) voidNoteConverter.flushFootnotes(LaTeXDocumentPortion ldp, Context oc) Flush the queue of postponed footnotesvoidIndexConverter.flushIndexMarks(LaTeXDocumentPortion ldp, Context oc) voidFieldConverter.flushReferenceMarks(LaTeXDocumentPortion ldp, Context oc) Process pending reference marks and bookmarks (which may have been postponed within sections, captions or verbatim text.voidIndexConverter.handleAlphabeticalIndex(Element node, LaTeXDocumentPortion ldp, Context oc) Process Alphabetical Index (text:alphabetical-index tag)voidIndexConverter.handleAlphabeticalIndexMark(Element node, LaTeXDocumentPortion ldp, Context oc) Process an Alphabetical Index Mark (text:alphabetical-index-mark{-start} tag)voidFieldConverter.handleAnchor(Element node, LaTeXDocumentPortion ldp, Context oc) Process a hyperlink (text:a tag)voidFieldConverter.handleBookmark(Element node, LaTeXDocumentPortion ldp, Context oc) Process a bookmark (text:bookmark tag)voidFieldConverter.handleBookmarkRef(Element node, LaTeXDocumentPortion ldp, Context oc) Process a bookmark reference (text:bookmark-ref tag).voidDrawConverter.handleCaption(Element node, LaTeXDocumentPortion ldp, Context oc) voidTableConverter.handleCaption(Element node, LaTeXDocumentPortion ldp, Context oc) voidCaptionConverter.handleCaptionBody(Element node, LaTeXDocumentPortion ldp, Context oc, boolean bIsCaptionOf) Process content of a text:p tag as a caption body (inluding label)voidDrawConverter.handleDrawElement(Element node, LaTeXDocumentPortion ldp, Context oc) voidNoteConverter.handleEndnote(Element node, LaTeXDocumentPortion ldp, Context oc) Process an endnote (text:endnote tag)voidNoteConverter.handleEndnoteRef(Element node, LaTeXDocumentPortion ldp, Context oc) Process an endnote reference (text:endnote-ref tag)voidNoteConverter.handleFootnote(Element node, LaTeXDocumentPortion ldp, Context oc) Process a footnote (text:footnote tag)voidNoteConverter.handleFootnoteRef(Element node, LaTeXDocumentPortion ldp, Context oc) Process a footnote reference (text:footnote-ref tag)voidHeadingConverter.handleHeading(Element node, LaTeXDocumentPortion ldp, Context oc) Process a headingvoidListConverter.handleList(Element node, LaTeXDocumentPortion ldp, Context oc) Process a list (text:ordered-lst or text:unordered-list tag)voidIndexConverter.handleLOF(Element node, LaTeXDocumentPortion ldp, Context oc) Process List of Illustrations (text:list-of-illustrations tag)voidIndexConverter.handleLOT(Element node, LaTeXDocumentPortion ldp, Context oc) Process List of Tables (text:list-of-tables tag)voidNoteConverter.handleNoteRef(Element node, LaTeXDocumentPortion ldp, Context oc) Process a note reference (text:note-ref tag, oasis)voidIndexConverter.handleObjectIndex(Element node, LaTeXDocumentPortion ldp, Context oc) Process Object Index (text:object index tag)voidFieldConverter.handlePageCount(Element node, LaTeXDocumentPortion ldp, Context oc) Process a page count field (text:page-count tag)voidFieldConverter.handlePageNumber(Element node, LaTeXDocumentPortion ldp, Context oc) Process a page number field (text:page-number tag)voidParConverter.handleParagraph(Element node, LaTeXDocumentPortion ldp, Context oc, boolean bLastInBlock) Process a text:p tagvoidFieldConverter.handleReferenceMark(Element node, LaTeXDocumentPortion ldp, Context oc) Process a reference mark (text:reference-mark or text:reference-mark-start tag)voidFieldConverter.handleReferenceMarkEnd(Element node, LaTeXDocumentPortion ldp, Context oc) Process a reference mark end (text:reference-mark-end tag)voidFieldConverter.handleReferenceRef(Element node, LaTeXDocumentPortion ldp, Context oc) Process a reference (text:reference-ref tag)voidSectionConverter.handleSection(Element node, LaTeXDocumentPortion ldp, Context oc) Process a section (text:section tag)voidFieldConverter.handleSequence(Element node, LaTeXDocumentPortion ldp, Context oc) Process a sequence field (text:sequence tag)voidFieldConverter.handleSequenceRef(Element node, LaTeXDocumentPortion ldp, Context oc) Process a sequence reference (text:sequence-ref tag)voidTableConverter.handleTable(Element node, Element caption, boolean bCaptionAbove, LaTeXDocumentPortion ldp, Context oc) Process a table (table:table or table:sub-table tag)voidInlineConverter.handleTextSpan(Element node, LaTeXDocumentPortion ldp, Context oc) Handle a text:span elementvoidIndexConverter.handleTOC(Element node, LaTeXDocumentPortion ldp, Context oc) Process Table of Contents (text:table-of-content tag)voidIndexConverter.handleUserIndex(Element node, LaTeXDocumentPortion ldp, Context oc) Process User Index (text:user-index tag)booleanNoteConverter.hasPendingFootnotes(Context oc) Do we have any pending footnotes, that may be inserted in this context?booleanIndexConverter.hasPendingIndexMarks(Context oc) Do we have any pending index marks, that may be inserted in this context?booleanFieldConverter.hasPendingReferenceMarks(Context oc) Do we have any pending reference marks or bookmarks, that may be inserted in this context?voidBlockConverter.traverseBlockText(Element node, LaTeXDocumentPortion ldp, Context oc) Traverse block text (eg. content of body, section, list item).voidInlineConverter.traverseInlineMath(Element node, LaTeXDocumentPortion ldp, Context oc) voidInlineConverter.traverseInlineText(Element node, LaTeXDocumentPortion ldp, Context oc) voidInlineConverter.traversePCDATA(Element node, LaTeXDocumentPortion ldp, Context oc) voidInlineConverter.traversePlainInlineText(Element node, LaTeXDocumentPortion ldp, Context oc)