Package | Description |
---|---|
writer2latex.latex | |
writer2latex.office |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Constructor | Description |
---|---|
TableFormatter(OfficeReader ofr,
LaTeXConfig config,
ConverterPalette palette,
TableReader table,
boolean bAllowPageBreak,
boolean bIsInTable) |
Constructor: Create from a TableReader.
|
Modifier and Type | Method | Description |
---|---|---|
TableReader |
OfficeReader.getTableReader(org.w3c.dom.Element node) |
Read a table from a table:table node
|
Constructor | Description |
---|---|
TableRange(TableReader reader) |
|
TableView(TableReader reader,
TableRange range) |