Uses of Class
writer2latex.office.TableReader
Packages that use TableReader
-
Uses of TableReader in writer2latex.latex
Methods in writer2latex.latex with parameters of type TableReaderModifier and TypeMethodDescriptionboolean
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.Constructors in writer2latex.latex with parameters of type TableReaderModifierConstructorDescriptionTableFormatter
(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette, TableReader table, boolean bAllowPageBreak, boolean bIsInTable) Constructor: Create from a TableReader. -
Uses of TableReader in writer2latex.office
Methods in writer2latex.office that return TableReaderModifier and TypeMethodDescriptionOfficeReader.getTableReader
(Element node) Read a table from a table:table nodeConstructors in writer2latex.office with parameters of type TableReaderModifierConstructorDescriptionTableRange
(TableReader reader) TableView
(TableReader reader, TableRange range)