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 TypeMethodDescriptionvoid
ColorConverter.applyAutomaticColor
(BeforeAfter ba, boolean bDecl, Context context) void
ColorConverter.applyBgColor
(String sCommand, 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
(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
(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
(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 footnotesvoid
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
(Element node, LaTeXDocumentPortion ldp, Context oc) Process Alphabetical Index (text:alphabetical-index tag)void
IndexConverter.handleAlphabeticalIndexMark
(Element node, LaTeXDocumentPortion ldp, Context oc) Process an Alphabetical Index Mark (text:alphabetical-index-mark{-start} tag)void
FieldConverter.handleAnchor
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a hyperlink (text:a tag)void
BibConverter.handleBibliography
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a bibliography (text:bibliography tag)void
BibConverter.handleBibliographyMark
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a Bibliography Mark (text:bibliography-mark tag)void
FieldConverter.handleBookmark
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a bookmark (text:bookmark tag)void
FieldConverter.handleBookmarkRef
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a bookmark reference (text:bookmark-ref tag).void
DrawConverter.handleCaption
(Element node, LaTeXDocumentPortion ldp, Context oc) void
TableConverter.handleCaption
(Element node, LaTeXDocumentPortion ldp, Context oc) void
CaptionConverter.handleCaptionBody
(Element node, LaTeXDocumentPortion ldp, Context oc, boolean bIsCaptionOf) Process content of a text:p tag as a caption body (inluding label)void
DrawConverter.handleDrawElement
(Element node, LaTeXDocumentPortion ldp, Context oc) void
NoteConverter.handleEndnote
(Element node, LaTeXDocumentPortion ldp, Context oc) Process an endnote (text:endnote tag)void
NoteConverter.handleEndnoteRef
(Element node, LaTeXDocumentPortion ldp, Context oc) Process an endnote reference (text:endnote-ref tag)void
NoteConverter.handleFootnote
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a footnote (text:footnote tag)void
NoteConverter.handleFootnoteRef
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a footnote reference (text:footnote-ref tag)void
HeadingConverter.handleHeading
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a headingvoid
BlockConverter.handleList
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a list (text:ordered-lst or text:unordered-list tag)void
IndexConverter.handleLOF
(Element node, LaTeXDocumentPortion ldp, Context oc) Process List of Illustrations (text:list-of-illustrations tag)void
IndexConverter.handleLOT
(Element node, LaTeXDocumentPortion ldp, Context oc) Process List of Tables (text:list-of-tables tag)void
NoteConverter.handleNoteRef
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a note reference (text:note-ref tag, oasis)void
IndexConverter.handleObjectIndex
(Element node, LaTeXDocumentPortion ldp, Context oc) Process Object Index (text:object index tag)void
FieldConverter.handlePageCount
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a page count field (text:page-count tag)void
FieldConverter.handlePageNumber
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a page number field (text:page-number tag)void
ParConverter.handleParagraph
(Element node, LaTeXDocumentPortion ldp, Context oc, boolean bLastInBlock) Process a text:p tagvoid
FieldConverter.handleReferenceMark
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a reference mark (text:reference-mark or text:reference-mark-start tag)void
FieldConverter.handleReferenceMarkEnd
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a reference mark end (text:reference-mark-end tag)void
FieldConverter.handleReferenceRef
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a reference (text:reference-ref tag)void
SectionConverter.handleSection
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a section (text:section tag)void
FieldConverter.handleSequence
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a sequence field (text:sequence tag)void
FieldConverter.handleSequenceRef
(Element node, LaTeXDocumentPortion ldp, Context oc) Process a sequence reference (text:sequence-ref 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
InlineConverter.handleTextSpan
(Element node, LaTeXDocumentPortion ldp, Context oc) Handle a text:span elementvoid
IndexConverter.handleTOC
(Element node, LaTeXDocumentPortion ldp, Context oc) Process Table of Contents (text:table-of-content tag)void
IndexConverter.handleUserIndex
(Element node, LaTeXDocumentPortion ldp, Context oc) Process User Index (text:user-index tag)boolean
NoteConverter.hasPendingFootnotes
(Context oc) Do we have any pending footnotes, that may be inserted in this context?boolean
IndexConverter.hasPendingIndexMarks
(Context oc) Do we have any pending index marks, that may be inserted in this context?boolean
FieldConverter.hasPendingReferenceMarks
(Context oc) Do we have any pending reference marks or bookmarks, that may be inserted in this context?void
BlockConverter.traverseBlockText
(Element node, LaTeXDocumentPortion ldp, Context oc) Traverse block text (eg. content of body, section, list item).void
InlineConverter.traverseInlineMath
(Element node, LaTeXDocumentPortion ldp, Context oc) void
InlineConverter.traverseInlineText
(Element node, LaTeXDocumentPortion ldp, Context oc) void
InlineConverter.traversePCDATA
(Element node, LaTeXDocumentPortion ldp, Context oc) void
InlineConverter.traversePlainInlineText
(Element node, LaTeXDocumentPortion ldp, Context oc)